Html Css Color HEX #D64D87 Cranberry

📋 copy color: '#D64D87'

red 214 ◦ green 77 ◦ blue 135

#D64D87
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cranberry #D64D87

Tints of Cranberry #D64D87

RGB

 RED value IS 214 (83.98% from 255) = 50.23%

 GREEN value IS 77 (30.47% from 255) = 18.08%

 BLUE value IS 135 (53.13% from 255) = 31.69%

R = 50.23%
G = 18.08%
B = 31.69%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.37

 K value IS 0.16

RGB Variations

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

Color information

#D64D87 (or 0xD64D87) is known color: Cranberry. HEX triplet: D6, 4D and 87. RGB value is (214,77,135). Sum of RGB (Red+Green+Blue) = 214+77+135=426 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.23% from 426); Green value is 77 (30.47% from 255 or 18.08% from 426); Blue value is 135 (53.12% from 255 or 31.69% from 426); Max value from RGB is 214 - color contains mainly: red. Hex color #D64D87 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D64D87 is #29B278. Grayscale: #7C7C7C. Windows color (decimal): -2732665 or 8867286. OLE color: 8867286.

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

Color convert

RGB 214 77 135 -
CMYK 0 0.64 0.37 0.16
HSL 334.6º 0.63% 0.57% -
HSV(B) 334.6º 0.64% 0.84% -
XYZ 34.76 21.35 25.21 -
YUV 124.58 133.89 191.78 -
System Red Green Blue C M Y K H S L
Decimal 214 77 135 0 0.64 0.37 0.16 334.6 0.63 0.57
Hex D6 4D 87 0 40 25 10 14F 3F 39
Octal 326 115 207 0 100 45 20 517 77 71
Binary 11010110 1001101 10000111 0 1000000 100101 10000 101001111 111111 111001

Color Harmonies of #D64D87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64D87

Black with #D64D87

Text Example


Text Example

White with #D64D87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64D87; }

 p { color: rgb(214,77,135); }

 H1.HeaderClassName
 {
   color: #D64D87;
 }
 .AnyTagClassName
 {
   color: #D64D87;
 }
</style>

background-color css

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

 a { background-color: rgb(214,77,135); }

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

border-color css

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

 span { border-color: rgb(214,77,135); }

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