Html Css Color HEX #D64D72 Cranberry

📋 copy color: '#D64D72'

red 214 ◦ green 77 ◦ blue 114

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

Shades of Cranberry #D64D72

Tints of Cranberry #D64D72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 28.15%

R = 52.84%
G = 19.01%
B = 28.15%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#D64D72 (or 0xD64D72) is known color: Cranberry. HEX triplet: D6, 4D and 72. RGB value is (214,77,114). Sum of RGB (Red+Green+Blue) = 214+77+114=405 (53% of max value = 765). Red value is 214 (83.98% from 255 or 52.84% from 405); Green value is 77 (30.47% from 255 or 19.01% from 405); Blue value is 114 (44.92% from 255 or 28.15% from 405); Max value from RGB is 214 - color contains mainly: red. Hex color #D64D72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D64D72 is #29B28D. Grayscale: #7A7A7A. Windows color (decimal): -2732686 or 7491030. OLE color: 7491030.

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

Color convert

RGB 214 77 114 -
CMYK 0 0.64 0.47 0.16
HSL 343.8º 0.63% 0.57% -
HSV(B) 343.8º 0.64% 0.84% -
XYZ 33.42 20.82 18.18 -
YUV 122.18 123.39 193.49 -
System Red Green Blue C M Y K H S L
Decimal 214 77 114 0 0.64 0.47 0.16 343.8 0.63 0.57
Hex D6 4D 72 0 40 2F 10 158 3F 39
Octal 326 115 162 0 100 57 20 530 77 71
Binary 11010110 1001101 1110010 0 1000000 101111 10000 101011000 111111 111001

Color Harmonies of #D64D72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64D72

Black with #D64D72

Text Example


Text Example

White with #D64D72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64D72; }

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

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

background-color css

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

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

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

border-color css

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

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

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