Html Css Color HEX #D64876 Cranberry

📋 copy color: '#D64876'

red 214 ◦ green 72 ◦ blue 118

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

Shades of Cranberry #D64876

Tints of Cranberry #D64876

RGB

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

 GREEN value IS 72 (28.52% from 255) = 17.82%

 BLUE value IS 118 (46.48% from 255) = 29.21%

R = 52.97%
G = 17.82%
B = 29.21%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#D64876 (or 0xD64876) is known color: Cranberry. HEX triplet: D6, 48 and 76. RGB value is (214,72,118). Sum of RGB (Red+Green+Blue) = 214+72+118=404 (53% of max value = 765). Red value is 214 (83.98% from 255 or 52.97% from 404); Green value is 72 (28.52% from 255 or 17.82% from 404); Blue value is 118 (46.48% from 255 or 29.21% from 404); Max value from RGB is 214 - color contains mainly: red. Hex color #D64876 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D64876 is #29B789. Grayscale: #777777. Windows color (decimal): -2733962 or 7751894. OLE color: 7751894.

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

Color convert

RGB 214 72 118 -
CMYK 0 0.66 0.45 0.16
HSL 340.56º 0.63% 0.56% -
HSV(B) 340.56º 0.66% 0.84% -
XYZ 33.32 20.24 19.29 -
YUV 119.7 127.04 195.26 -
System Red Green Blue C M Y K H S L
Decimal 214 72 118 0 0.66 0.45 0.16 340.56 0.63 0.56
Hex D6 48 76 0 42 2D 10 155 3F 38
Octal 326 110 166 0 102 55 20 525 77 70
Binary 11010110 1001000 1110110 0 1000010 101101 10000 101010101 111111 111000

Color Harmonies of #D64876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64876

Black with #D64876

Text Example


Text Example

White with #D64876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64876; }

 p { color: rgb(214,72,118); }

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

background-color css

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

 a { background-color: rgb(214,72,118); }

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

border-color css

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

 span { border-color: rgb(214,72,118); }

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