Html Css Color HEX #D84176 Cranberry

📋 copy color: '#D84176'

red 216 ◦ green 65 ◦ blue 118

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

Shades of Cranberry #D84176

Tints of Cranberry #D84176

RGB

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

 GREEN value IS 65 (25.78% from 255) = 16.29%

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

R = 54.14%
G = 16.29%
B = 29.57%

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

#D84176 (or 0xD84176) is known color: Cranberry. HEX triplet: D8, 41 and 76. RGB value is (216,65,118). Sum of RGB (Red+Green+Blue) = 216+65+118=399 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.14% from 399); Green value is 65 (25.78% from 255 or 16.29% from 399); Blue value is 118 (46.48% from 255 or 29.57% from 399); Max value from RGB is 216 - color contains mainly: red. Hex color #D84176 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D84176 is #27BE89. Grayscale: #747474. Windows color (decimal): -2604682 or 7750104. OLE color: 7750104.

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

Color convert

RGB 216 65 118 -
CMYK 0 0.70 0.45 0.15
HSL 338.94º 0.66% 0.55% -
HSV(B) 338.94º 0.7% 0.85% -
XYZ 33.48 19.69 19.18 -
YUV 116.19 129.03 199.19 -
System Red Green Blue C M Y K H S L
Decimal 216 65 118 0 0.70 0.45 0.15 338.94 0.66 0.55
Hex D8 41 76 0 46 2D F 153 42 37
Octal 330 101 166 0 106 55 17 523 102 67
Binary 11011000 1000001 1110110 0 1000110 101101 1111 101010011 1000010 110111

Color Harmonies of #D84176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84176

Black with #D84176

Text Example


Text Example

White with #D84176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84176; }

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

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

background-color css

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

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

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

border-color css

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

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

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