Html Css Color HEX #D64973 Cranberry

📋 copy color: '#D64973'

red 214 ◦ green 73 ◦ blue 115

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

Shades of Cranberry #D64973

Tints of Cranberry #D64973

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 28.61%

R = 53.23%
G = 18.16%
B = 28.61%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.46

 K value IS 0.16

RGB Variations

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

Color information

#D64973 (or 0xD64973) is known color: Cranberry. HEX triplet: D6, 49 and 73. RGB value is (214,73,115). Sum of RGB (Red+Green+Blue) = 214+73+115=402 (53% of max value = 765). Red value is 214 (83.98% from 255 or 53.23% from 402); Green value is 73 (28.91% from 255 or 18.16% from 402); Blue value is 115 (45.31% from 255 or 28.61% from 402); Max value from RGB is 214 - color contains mainly: red. Hex color #D64973 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D64973 is #29B68C. Grayscale: #777777. Windows color (decimal): -2733709 or 7555542. OLE color: 7555542.

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

Color convert

RGB 214 73 115 -
CMYK 0 0.66 0.46 0.16
HSL 342.13º 0.63% 0.56% -
HSV(B) 342.13º 0.66% 0.84% -
XYZ 33.21 20.3 18.39 -
YUV 119.95 125.21 195.08 -
System Red Green Blue C M Y K H S L
Decimal 214 73 115 0 0.66 0.46 0.16 342.13 0.63 0.56
Hex D6 49 73 0 42 2E 10 156 3F 38
Octal 326 111 163 0 102 56 20 526 77 70
Binary 11010110 1001001 1110011 0 1000010 101110 10000 101010110 111111 111000

Color Harmonies of #D64973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64973

Black with #D64973

Text Example


Text Example

White with #D64973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64973; }

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

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

background-color css

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

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

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

border-color css

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

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

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