Html Css Color HEX #D84077 Cranberry

📋 copy color: '#D84077'

red 216 ◦ green 64 ◦ blue 119

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

Shades of Cranberry #D84077

Tints of Cranberry #D84077

RGB

 RED value IS 216 (84.77% from 255) = 54.14%

 GREEN value IS 64 (25.39% from 255) = 16.04%

 BLUE value IS 119 (46.88% from 255) = 29.82%

R = 54.14%
G = 16.04%
B = 29.82%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.45

 K value IS 0.15

RGB Variations

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

Color information

#D84077 (or 0xD84077) is known color: Cranberry. HEX triplet: D8, 40 and 77. RGB value is (216,64,119). Sum of RGB (Red+Green+Blue) = 216+64+119=399 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.14% from 399); Green value is 64 (25.39% from 255 or 16.04% from 399); Blue value is 119 (46.88% from 255 or 29.82% from 399); Max value from RGB is 216 - color contains mainly: red. Hex color #D84077 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D84077 is #27BF88. Grayscale: #737373. Windows color (decimal): -2604937 or 7815384. OLE color: 7815384.

HSL color Cylindrical-coordinate representation of color #D84077: hue angle of 338.29º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D84077 is Cyan = 0, Magento = 0.70, Yellow = 0.45 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 64 119 -
CMYK 0 0.70 0.45 0.15
HSL 338.29º 0.66% 0.55% -
HSV(B) 338.29º 0.7% 0.85% -
XYZ 33.48 19.6 19.47 -
YUV 115.72 129.86 199.53 -
System Red Green Blue C M Y K H S L
Decimal 216 64 119 0 0.70 0.45 0.15 338.29 0.66 0.55
Hex D8 40 77 0 46 2D F 152 42 37
Octal 330 100 167 0 106 55 17 522 102 67
Binary 11011000 1000000 1110111 0 1000110 101101 1111 101010010 1000010 110111

Color Harmonies of #D84077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84077

Black with #D84077

Text Example


Text Example

White with #D84077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84077; }

 p { color: rgb(216,64,119); }

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

background-color css

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

 a { background-color: rgb(216,64,119); }

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

border-color css

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

 span { border-color: rgb(216,64,119); }

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