#D64684

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

Shades of Cranberry #D64684

Tints of Cranberry #D64684

Color information

#D64684 (or 0xD64684) is unknown color: approx Cranberry. HEX triplet: D6, 46 and 84. RGB value is (214,70,132). Sum of RGB (Red+Green+Blue) = 214+70+132=416 (55% of max value = 765). Red value is 214 (83.98% from 255 or 51.44% from 416); Green value is 70 (27.73% from 255 or 16.83% from 416); Blue value is 132 (51.95% from 255 or 31.73% from 416); Max value from RGB is 214 - color contains mainly: red. Hex color #D64684 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D64684 is #29B97B. Grayscale: #787878. Windows color (decimal): -2734460 or 8668886. OLE color: 8668886.

HSL color Cylindrical-coordinate representation of color #D64684: hue angle of 334.17º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D64684 is Cyan = 0, Magento = 0.67, Yellow = 0.38 and Black (K on CMYK) = 0.16.

Color convert

RGB21470132-
CMYK00.670.380.16
HSL334.17º63.72%55.69%-
HSV(B)334.17º67.29%83.92%-
XYZ34.0920.3423.96-
YUV120.12134.71194.96-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 51.44%
GREEN value IS 70 (27.73% from 255) = 16.83%
BLUE value IS 132 (51.95% from 255) = 31.73%
R=51.44%
G=16.83%
B=31.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.38
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2147013200.670.380.16334.1763.7255.69
HexD64684043261014e4038
Octal3261062040103462051610070
Binary1101011010001101000010001000011100110100001010011101000000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D64684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D64684; }

 p { color: rgb(214,70,132); }

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

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

 a { background-color: rgb(214,70,132); }

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

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

 span { border-color: rgb(214,70,132); }

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