Html Css Color HEX #D85872 Cranberry

📋 copy color: '#D85872'

red 216 ◦ green 88 ◦ blue 114

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

Shades of Cranberry #D85872

Tints of Cranberry #D85872

RGB

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

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

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

R = 51.67%
G = 21.05%
B = 27.27%

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

#D85872 (or 0xD85872) is known color: Cranberry. HEX triplet: D8, 58 and 72. RGB value is (216,88,114). Sum of RGB (Red+Green+Blue) = 216+88+114=418 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.67% from 418); Green value is 88 (34.77% from 255 or 21.05% from 418); Blue value is 114 (44.92% from 255 or 27.27% from 418); Max value from RGB is 216 - color contains mainly: red. Hex color #D85872 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85872 is #27A78D. Grayscale: #818181. Windows color (decimal): -2598798 or 7493848. OLE color: 7493848.

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

Color convert

RGB 216 88 114 -
CMYK 0 0.59 0.47 0.15
HSL 347.81º 0.62% 0.6% -
HSV(B) 347.81º 0.59% 0.85% -
XYZ 34.85 22.79 18.48 -
YUV 129.24 119.41 189.89 -
System Red Green Blue C M Y K H S L
Decimal 216 88 114 0 0.59 0.47 0.15 347.81 0.62 0.6
Hex D8 58 72 0 3B 2F F 15C 3E 3C
Octal 330 130 162 0 73 57 17 534 76 74
Binary 11011000 1011000 1110010 0 111011 101111 1111 101011100 111110 111100

Color Harmonies of #D85872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85872

Black with #D85872

Text Example


Text Example

White with #D85872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85872; }

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

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

background-color css

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

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

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

border-color css

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

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

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