#D65180

Color #D65180 Cranberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cranberry #D65180

Tints of Cranberry #D65180

Color information

#D65180 (or 0xD65180) is unknown color: approx Cranberry. HEX triplet: D6, 51 and 80. RGB value is (214,81,128). Sum of RGB (Red+Green+Blue) = 214+81+128=423 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.59% from 423); Green value is 81 (32.03% from 255 or 19.15% from 423); Blue value is 128 (50.39% from 255 or 30.26% from 423); Max value from RGB is 214 - color contains mainly: red. Hex color #D65180 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D65180 is #29AE7F. Grayscale: #7E7E7E. Windows color (decimal): -2731648 or 8409558. OLE color: 8409558.

HSL color Cylindrical-coordinate representation of color #D65180: hue angle of 338.8º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D65180 is Cyan = 0, Magento = 0.62, Yellow = 0.40 and Black (K on CMYK) = 0.16.

Color convert

RGB21481128-
CMYK00.620.400.16
HSL338.8º61.86%57.84%-
HSV(B)338.8º62.15%83.92%-
XYZ34.5721.7422.8-
YUV126.12129.06190.68-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 214 (83.98% from 255) = 50.59%
GREEN value IS 81 (32.03% from 255) = 19.15%
BLUE value IS 128 (50.39% from 255) = 30.26%
R=50.59%
G=19.15%
B=30.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.40
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2148112800.620.400.16338.861.8657.84
HexD6518003E28101533e3a
Octal32612120007650205237672
Binary11010110101000110000000011111010100010000101010011111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D65180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D65180; }

 p { color: rgb(214,81,128); }

 H1.HeaderClassName
 {
   color: #D65180;
 }
 .AnyTagClassName
 {
   color: #D65180;
 }
</style>
background-color css

<style>
 a { background-color: #D65180; }

 a { background-color: rgb(214,81,128); }

 div.DivClassName
 {
   background-color: #D65180;
 }
 .BgClassName
 {
   background-color: #D65180;
 }
</style>
border-color css

<style>
 span { border-color: #D65180; }

 span { border-color: rgb(214,81,128); }

 td.TdClassName
 {
   border-color: #D65180;
 }
 .TagClassName
 {
   border-color: #D65180;
 }
</style>