Html Css Color HEX #D64770 Cranberry

📋 copy color: '#D64770'

red 214 ◦ green 71 ◦ blue 112

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

Shades of Cranberry #D64770

Tints of Cranberry #D64770

RGB

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

 GREEN value IS 71 (28.13% from 255) = 17.88%

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

R = 53.9%
G = 17.88%
B = 28.21%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#D64770 (or 0xD64770) is known color: Cranberry. HEX triplet: D6, 47 and 70. RGB value is (214,71,112). Sum of RGB (Red+Green+Blue) = 214+71+112=397 (52% of max value = 765). Red value is 214 (83.98% from 255 or 53.90% from 397); Green value is 71 (28.12% from 255 or 17.88% from 397); Blue value is 112 (44.14% from 255 or 28.21% from 397); Max value from RGB is 214 - color contains mainly: red. Hex color #D64770 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D64770 is #29B88F. Grayscale: #767676. Windows color (decimal): -2734224 or 7358422. OLE color: 7358422.

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

Color convert

RGB 214 71 112 -
CMYK 0 0.67 0.48 0.16
HSL 342.8º 0.64% 0.56% -
HSV(B) 342.8º 0.67% 0.84% -
XYZ 32.91 19.97 17.45 -
YUV 118.43 124.38 196.17 -
System Red Green Blue C M Y K H S L
Decimal 214 71 112 0 0.67 0.48 0.16 342.8 0.64 0.56
Hex D6 47 70 0 43 30 10 157 40 38
Octal 326 107 160 0 103 60 20 527 100 70
Binary 11010110 1000111 1110000 0 1000011 110000 10000 101010111 1000000 111000

Color Harmonies of #D64770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64770

Black with #D64770

Text Example


Text Example

White with #D64770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64770; }

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

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

background-color css

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

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

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

border-color css

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

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

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