Html Css Color HEX #D85176 Cranberry

📋 copy color: '#D85176'

red 216 ◦ green 81 ◦ blue 118

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

Shades of Cranberry #D85176

Tints of Cranberry #D85176

RGB

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

 GREEN value IS 81 (32.03% from 255) = 19.52%

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

R = 52.05%
G = 19.52%
B = 28.43%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.45

 K value IS 0.15

RGB Variations

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

Color information

#D85176 (or 0xD85176) is known color: Cranberry. HEX triplet: D8, 51 and 76. RGB value is (216,81,118). Sum of RGB (Red+Green+Blue) = 216+81+118=415 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.05% from 415); Green value is 81 (32.03% from 255 or 19.52% from 415); Blue value is 118 (46.48% from 255 or 28.43% from 415); Max value from RGB is 216 - color contains mainly: red. Hex color #D85176 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85176 is #27AE89. Grayscale: #7D7D7D. Windows color (decimal): -2600586 or 7754200. OLE color: 7754200.

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

Color convert

RGB 216 81 118 -
CMYK 0 0.62 0.45 0.15
HSL 343.56º 0.63% 0.58% -
HSV(B) 343.56º 0.63% 0.85% -
XYZ 34.53 21.79 19.53 -
YUV 125.58 123.73 192.49 -
System Red Green Blue C M Y K H S L
Decimal 216 81 118 0 0.62 0.45 0.15 343.56 0.63 0.58
Hex D8 51 76 0 3E 2D F 158 3F 3A
Octal 330 121 166 0 76 55 17 530 77 72
Binary 11011000 1010001 1110110 0 111110 101101 1111 101011000 111111 111010

Color Harmonies of #D85176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85176

Black with #D85176

Text Example


Text Example

White with #D85176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85176; }

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

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

background-color css

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

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

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

border-color css

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

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

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