Html Css Color HEX #D85578 Cranberry

📋 copy color: '#D85578'

red 216 ◦ green 85 ◦ blue 120

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

Shades of Cranberry #D85578

Tints of Cranberry #D85578

RGB

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

 GREEN value IS 85 (33.59% from 255) = 20.19%

 BLUE value IS 120 (47.27% from 255) = 28.5%

R = 51.31%
G = 20.19%
B = 28.5%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.44

 K value IS 0.15

RGB Variations

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

Color information

#D85578 (or 0xD85578) is known color: Cranberry. HEX triplet: D8, 55 and 78. RGB value is (216,85,120). Sum of RGB (Red+Green+Blue) = 216+85+120=421 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.31% from 421); Green value is 85 (33.59% from 255 or 20.19% from 421); Blue value is 120 (47.27% from 255 or 28.50% from 421); Max value from RGB is 216 - color contains mainly: red. Hex color #D85578 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85578 is #27AA87. Grayscale: #808080. Windows color (decimal): -2599560 or 7886296. OLE color: 7886296.

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

Color convert

RGB 216 85 120 -
CMYK 0 0.61 0.44 0.15
HSL 343.97º 0.63% 0.59% -
HSV(B) 343.97º 0.61% 0.85% -
XYZ 34.96 22.45 20.26 -
YUV 128.16 123.4 190.65 -
System Red Green Blue C M Y K H S L
Decimal 216 85 120 0 0.61 0.44 0.15 343.97 0.63 0.59
Hex D8 55 78 0 3D 2C F 158 3F 3B
Octal 330 125 170 0 75 54 17 530 77 73
Binary 11011000 1010101 1111000 0 111101 101100 1111 101011000 111111 111011

Color Harmonies of #D85578

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85578

Black with #D85578

Text Example


Text Example

White with #D85578

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85578; }

 p { color: rgb(216,85,120); }

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

background-color css

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

 a { background-color: rgb(216,85,120); }

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

border-color css

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

 span { border-color: rgb(216,85,120); }

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