Html Css Color HEX #D85875 Cranberry

📋 copy color: '#D85875'

red 216 ◦ green 88 ◦ blue 117

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

Shades of Cranberry #D85875

Tints of Cranberry #D85875

RGB

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

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

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

R = 51.31%
G = 20.9%
B = 27.79%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.46

 K value IS 0.15

RGB Variations

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

Color information

#D85875 (or 0xD85875) is known color: Cranberry. HEX triplet: D8, 58 and 75. RGB value is (216,88,117). Sum of RGB (Red+Green+Blue) = 216+88+117=421 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.31% from 421); Green value is 88 (34.77% from 255 or 20.90% from 421); Blue value is 117 (46.09% from 255 or 27.79% from 421); Max value from RGB is 216 - color contains mainly: red. Hex color #D85875 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85875 is #27A78A. Grayscale: #818181. Windows color (decimal): -2598795 or 7690456. OLE color: 7690456.

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

Color convert

RGB 216 88 117 -
CMYK 0 0.59 0.46 0.15
HSL 346.41º 0.62% 0.6% -
HSV(B) 346.41º 0.59% 0.85% -
XYZ 35.02 22.86 19.4 -
YUV 129.58 120.91 189.64 -
System Red Green Blue C M Y K H S L
Decimal 216 88 117 0 0.59 0.46 0.15 346.41 0.62 0.6
Hex D8 58 75 0 3B 2E F 15A 3E 3C
Octal 330 130 165 0 73 56 17 532 76 74
Binary 11011000 1011000 1110101 0 111011 101110 1111 101011010 111110 111100

Color Harmonies of #D85875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85875

Black with #D85875

Text Example


Text Example

White with #D85875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85875; }

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

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

background-color css

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

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

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

border-color css

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

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

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