Html Css Color HEX #D85877 Cranberry

📋 copy color: '#D85877'

red 216 ◦ green 88 ◦ blue 119

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

Shades of Cranberry #D85877

Tints of Cranberry #D85877

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 28.13%

R = 51.06%
G = 20.8%
B = 28.13%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.45

 K value IS 0.15

RGB Variations

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

Color information

#D85877 (or 0xD85877) is known color: Cranberry. HEX triplet: D8, 58 and 77. RGB value is (216,88,119). Sum of RGB (Red+Green+Blue) = 216+88+119=423 (56% of max value = 765). Red value is 216 (84.77% from 255 or 51.06% from 423); Green value is 88 (34.77% from 255 or 20.80% from 423); Blue value is 119 (46.88% from 255 or 28.13% from 423); Max value from RGB is 216 - color contains mainly: red. Hex color #D85877 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85877 is #27A788. Grayscale: #818181. Windows color (decimal): -2598793 or 7821528. OLE color: 7821528.

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

Color convert

RGB 216 88 119 -
CMYK 0 0.59 0.45 0.15
HSL 345.47º 0.62% 0.6% -
HSV(B) 345.47º 0.59% 0.85% -
XYZ 35.14 22.91 20.02 -
YUV 129.81 121.91 189.48 -
System Red Green Blue C M Y K H S L
Decimal 216 88 119 0 0.59 0.45 0.15 345.47 0.62 0.6
Hex D8 58 77 0 3B 2D F 159 3E 3C
Octal 330 130 167 0 73 55 17 531 76 74
Binary 11011000 1011000 1110111 0 111011 101101 1111 101011001 111110 111100

Color Harmonies of #D85877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85877

Black with #D85877

Text Example


Text Example

White with #D85877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85877; }

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

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

background-color css

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

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

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

border-color css

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

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

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