#D65185

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

Shades of Cranberry #D65185

Tints of Cranberry #D65185

Color information

#D65185 (or 0xD65185) is unknown color: approx Cranberry. HEX triplet: D6, 51 and 85. RGB value is (214,81,133). Sum of RGB (Red+Green+Blue) = 214+81+133=428 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50% from 428); Green value is 81 (32.03% from 255 or 18.93% from 428); Blue value is 133 (52.34% from 255 or 31.07% from 428); Max value from RGB is 214 - color contains mainly: red. Hex color #D65185 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D65185 is #29AE7A. Grayscale: #7E7E7E. Windows color (decimal): -2731643 or 8737238. OLE color: 8737238.

HSL color Cylindrical-coordinate representation of color #D65185: hue angle of 336.54º 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 #D65185 is Cyan = 0, Magento = 0.62, Yellow = 0.38 and Black (K on CMYK) = 0.16.

Color convert

RGB21481133-
CMYK00.620.380.16
HSL336.54º61.86%57.84%-
HSV(B)336.54º62.15%83.92%-
XYZ34.9121.8724.57-
YUV126.7131.56190.27-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 50%
GREEN value IS 81 (32.03% from 255) = 18.93%
BLUE value IS 133 (52.34% from 255) = 31.07%
R=50%
G=18.93%
B=31.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.38
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2148113300.620.380.16336.5461.8657.84
HexD6518503E26101513e3a
Octal32612120507646205217672
Binary11010110101000110000101011111010011010000101010001111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D65185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D65185; }

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

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

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

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

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

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

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

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