Html Css Color HEX #D84376 Cranberry

📋 copy color: '#D84376'

red 216 ◦ green 67 ◦ blue 118

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

Shades of Cranberry #D84376

Tints of Cranberry #D84376

RGB

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

 GREEN value IS 67 (26.56% from 255) = 16.71%

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

R = 53.87%
G = 16.71%
B = 29.43%

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

#D84376 (or 0xD84376) is known color: Cranberry. HEX triplet: D8, 43 and 76. RGB value is (216,67,118). Sum of RGB (Red+Green+Blue) = 216+67+118=401 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.87% from 401); Green value is 67 (26.56% from 255 or 16.71% from 401); Blue value is 118 (46.48% from 255 or 29.43% from 401); Max value from RGB is 216 - color contains mainly: red. Hex color #D84376 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D84376 is #27BC89. Grayscale: #757575. Windows color (decimal): -2604170 or 7750616. OLE color: 7750616.

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

Color convert

RGB 216 67 118 -
CMYK 0 0.69 0.45 0.15
HSL 339.46º 0.66% 0.55% -
HSV(B) 339.46º 0.69% 0.85% -
XYZ 33.6 19.92 19.21 -
YUV 117.37 128.36 198.35 -
System Red Green Blue C M Y K H S L
Decimal 216 67 118 0 0.69 0.45 0.15 339.46 0.66 0.55
Hex D8 43 76 0 45 2D F 153 42 37
Octal 330 103 166 0 105 55 17 523 102 67
Binary 11011000 1000011 1110110 0 1000101 101101 1111 101010011 1000010 110111

Color Harmonies of #D84376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84376

Black with #D84376

Text Example


Text Example

White with #D84376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84376; }

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

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

background-color css

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

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

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

border-color css

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

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

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