Html Css Color HEX #D85175 Cranberry

📋 copy color: '#D85175'

red 216 ◦ green 81 ◦ blue 117

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

Shades of Cranberry #D85175

Tints of Cranberry #D85175

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 28.26%

R = 52.17%
G = 19.57%
B = 28.26%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.46

 K value IS 0.15

RGB Variations

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

Color information

#D85175 (or 0xD85175) is known color: Cranberry. HEX triplet: D8, 51 and 75. RGB value is (216,81,117). Sum of RGB (Red+Green+Blue) = 216+81+117=414 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.17% from 414); Green value is 81 (32.03% from 255 or 19.57% from 414); Blue value is 117 (46.09% from 255 or 28.26% from 414); Max value from RGB is 216 - color contains mainly: red. Hex color #D85175 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85175 is #27AE8A. Grayscale: #7D7D7D. Windows color (decimal): -2600587 or 7688664. OLE color: 7688664.

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

Color convert

RGB 216 81 117 -
CMYK 0 0.62 0.46 0.15
HSL 344º 0.63% 0.58% -
HSV(B) 344º 0.63% 0.85% -
XYZ 34.47 21.77 19.21 -
YUV 125.47 123.23 192.57 -
System Red Green Blue C M Y K H S L
Decimal 216 81 117 0 0.62 0.46 0.15 344 0.63 0.58
Hex D8 51 75 0 3E 2E F 158 3F 3A
Octal 330 121 165 0 76 56 17 530 77 72
Binary 11011000 1010001 1110101 0 111110 101110 1111 101011000 111111 111010

Color Harmonies of #D85175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85175

Black with #D85175

Text Example


Text Example

White with #D85175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85175; }

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

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

background-color css

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

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

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

border-color css

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

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

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