Html Css Color HEX #D64970 Cranberry

📋 copy color: '#D64970'

red 214 ◦ green 73 ◦ blue 112

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

Shades of Cranberry #D64970

Tints of Cranberry #D64970

RGB

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

 GREEN value IS 73 (28.91% from 255) = 18.3%

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

R = 53.63%
G = 18.3%
B = 28.07%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#D64970 (or 0xD64970) is known color: Cranberry. HEX triplet: D6, 49 and 70. RGB value is (214,73,112). Sum of RGB (Red+Green+Blue) = 214+73+112=399 (52% of max value = 765). Red value is 214 (83.98% from 255 or 53.63% from 399); Green value is 73 (28.91% from 255 or 18.30% from 399); Blue value is 112 (44.14% from 255 or 28.07% from 399); Max value from RGB is 214 - color contains mainly: red. Hex color #D64970 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D64970 is #29B68F. Grayscale: #777777. Windows color (decimal): -2733712 or 7358934. OLE color: 7358934.

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

Color convert

RGB 214 73 112 -
CMYK 0 0.66 0.48 0.16
HSL 343.4º 0.63% 0.56% -
HSV(B) 343.4º 0.66% 0.84% -
XYZ 33.04 20.23 17.49 -
YUV 119.61 123.71 195.33 -
System Red Green Blue C M Y K H S L
Decimal 214 73 112 0 0.66 0.48 0.16 343.4 0.63 0.56
Hex D6 49 70 0 42 30 10 157 3F 38
Octal 326 111 160 0 102 60 20 527 77 70
Binary 11010110 1001001 1110000 0 1000010 110000 10000 101010111 111111 111000

Color Harmonies of #D64970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64970

Black with #D64970

Text Example


Text Example

White with #D64970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64970; }

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

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

background-color css

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

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

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

border-color css

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

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

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