Html Css Color HEX #D84276 Cranberry

📋 copy color: '#D84276'

red 216 ◦ green 66 ◦ blue 118

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

Shades of Cranberry #D84276

Tints of Cranberry #D84276

RGB

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

 GREEN value IS 66 (26.17% from 255) = 16.5%

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

R = 54%
G = 16.5%
B = 29.5%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.45

 K value IS 0.15

RGB Variations

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

Color information

#D84276 (or 0xD84276) is known color: Cranberry. HEX triplet: D8, 42 and 76. RGB value is (216,66,118). Sum of RGB (Red+Green+Blue) = 216+66+118=400 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54% from 400); Green value is 66 (26.17% from 255 or 16.5% from 400); Blue value is 118 (46.48% from 255 or 29.5% from 400); Max value from RGB is 216 - color contains mainly: red. Hex color #D84276 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D84276 is #27BD89. Grayscale: #747474. Windows color (decimal): -2604426 or 7750360. OLE color: 7750360.

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

Color convert

RGB 216 66 118 -
CMYK 0 0.69 0.45 0.15
HSL 339.2º 0.66% 0.55% -
HSV(B) 339.2º 0.69% 0.85% -
XYZ 33.54 19.8 19.19 -
YUV 116.78 128.7 198.77 -
System Red Green Blue C M Y K H S L
Decimal 216 66 118 0 0.69 0.45 0.15 339.2 0.66 0.55
Hex D8 42 76 0 45 2D F 153 42 37
Octal 330 102 166 0 105 55 17 523 102 67
Binary 11011000 1000010 1110110 0 1000101 101101 1111 101010011 1000010 110111

Color Harmonies of #D84276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84276

Black with #D84276

Text Example


Text Example

White with #D84276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84276; }

 p { color: rgb(216,66,118); }

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

background-color css

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

 a { background-color: rgb(216,66,118); }

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

border-color css

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

 span { border-color: rgb(216,66,118); }

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