Html Css Color HEX #D85873 Cranberry

📋 copy color: '#D85873'

red 216 ◦ green 88 ◦ blue 115

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

Shades of Cranberry #D85873

Tints of Cranberry #D85873

RGB

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

 GREEN value IS 88 (34.77% from 255) = 21%

 BLUE value IS 115 (45.31% from 255) = 27.45%

R = 51.55%
G = 21%
B = 27.45%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#D85873 (or 0xD85873) is known color: Cranberry. HEX triplet: D8, 58 and 73. RGB value is (216,88,115). Sum of RGB (Red+Green+Blue) = 216+88+115=419 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.55% from 419); Green value is 88 (34.77% from 255 or 21.00% from 419); Blue value is 115 (45.31% from 255 or 27.45% from 419); Max value from RGB is 216 - color contains mainly: red. Hex color #D85873 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85873 is #27A78C. Grayscale: #818181. Windows color (decimal): -2598797 or 7559384. OLE color: 7559384.

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

Color convert

RGB 216 88 115 -
CMYK 0 0.59 0.47 0.15
HSL 347.34º 0.62% 0.6% -
HSV(B) 347.34º 0.59% 0.85% -
XYZ 34.9 22.82 18.78 -
YUV 129.35 119.91 189.8 -
System Red Green Blue C M Y K H S L
Decimal 216 88 115 0 0.59 0.47 0.15 347.34 0.62 0.6
Hex D8 58 73 0 3B 2F F 15B 3E 3C
Octal 330 130 163 0 73 57 17 533 76 74
Binary 11011000 1011000 1110011 0 111011 101111 1111 101011011 111110 111100

Color Harmonies of #D85873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85873

Black with #D85873

Text Example


Text Example

White with #D85873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85873; }

 p { color: rgb(216,88,115); }

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

background-color css

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

 a { background-color: rgb(216,88,115); }

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

border-color css

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

 span { border-color: rgb(216,88,115); }

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