Html Css Color HEX #D85172 Cranberry

📋 copy color: '#D85172'

red 216 ◦ green 81 ◦ blue 114

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

Shades of Cranberry #D85172

Tints of Cranberry #D85172

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 27.74%

R = 52.55%
G = 19.71%
B = 27.74%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#D85172 (or 0xD85172) is known color: Cranberry. HEX triplet: D8, 51 and 72. RGB value is (216,81,114). Sum of RGB (Red+Green+Blue) = 216+81+114=411 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.55% from 411); Green value is 81 (32.03% from 255 or 19.71% from 411); Blue value is 114 (44.92% from 255 or 27.74% from 411); Max value from RGB is 216 - color contains mainly: red. Hex color #D85172 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85172 is #27AE8D. Grayscale: #7D7D7D. Windows color (decimal): -2600590 or 7492056. OLE color: 7492056.

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

Color convert

RGB 216 81 114 -
CMYK 0 0.62 0.47 0.15
HSL 345.33º 0.63% 0.58% -
HSV(B) 345.33º 0.63% 0.85% -
XYZ 34.3 21.7 18.3 -
YUV 125.13 121.73 192.82 -
System Red Green Blue C M Y K H S L
Decimal 216 81 114 0 0.62 0.47 0.15 345.33 0.63 0.58
Hex D8 51 72 0 3E 2F F 159 3F 3A
Octal 330 121 162 0 76 57 17 531 77 72
Binary 11011000 1010001 1110010 0 111110 101111 1111 101011001 111111 111010

Color Harmonies of #D85172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85172

Black with #D85172

Text Example


Text Example

White with #D85172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85172; }

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

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

background-color css

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

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

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

border-color css

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

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

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