Html Css Color HEX #D64D70 Cranberry

📋 copy color: '#D64D70'

red 214 ◦ green 77 ◦ blue 112

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

Shades of Cranberry #D64D70

Tints of Cranberry #D64D70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 27.79%

R = 53.1%
G = 19.11%
B = 27.79%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#D64D70 (or 0xD64D70) is known color: Cranberry. HEX triplet: D6, 4D and 70. RGB value is (214,77,112). Sum of RGB (Red+Green+Blue) = 214+77+112=403 (53% of max value = 765). Red value is 214 (83.98% from 255 or 53.10% from 403); Green value is 77 (30.47% from 255 or 19.11% from 403); Blue value is 112 (44.14% from 255 or 27.79% from 403); Max value from RGB is 214 - color contains mainly: red. Hex color #D64D70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D64D70 is #29B28F. Grayscale: #797979. Windows color (decimal): -2732688 or 7359958. OLE color: 7359958.

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

Color convert

RGB 214 77 112 -
CMYK 0 0.64 0.48 0.16
HSL 344.67º 0.63% 0.57% -
HSV(B) 344.67º 0.64% 0.84% -
XYZ 33.31 20.77 17.58 -
YUV 121.95 122.39 193.65 -
System Red Green Blue C M Y K H S L
Decimal 214 77 112 0 0.64 0.48 0.16 344.67 0.63 0.57
Hex D6 4D 70 0 40 30 10 159 3F 39
Octal 326 115 160 0 100 60 20 531 77 71
Binary 11010110 1001101 1110000 0 1000000 110000 10000 101011001 111111 111001

Color Harmonies of #D64D70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64D70

Black with #D64D70

Text Example


Text Example

White with #D64D70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64D70; }

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

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

background-color css

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

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

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

border-color css

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

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

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