Html Css Color HEX #D85886 Cranberry

📋 copy color: '#D85886'

red 216 ◦ green 88 ◦ blue 134

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

Shades of Cranberry #D85886

Tints of Cranberry #D85886

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 30.59%

R = 49.32%
G = 20.09%
B = 30.59%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.38

 K value IS 0.15

RGB Variations

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

Color information

#D85886 (or 0xD85886) is known color: Cranberry. HEX triplet: D8, 58 and 86. RGB value is (216,88,134). Sum of RGB (Red+Green+Blue) = 216+88+134=438 (58% of max value = 765). Red value is 216 (84.77% from 255 or 49.32% from 438); Green value is 88 (34.77% from 255 or 20.09% from 438); Blue value is 134 (52.73% from 255 or 30.59% from 438); Max value from RGB is 216 - color contains mainly: red. Hex color #D85886 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D85886 is #27A779. Grayscale: #838383. Windows color (decimal): -2598778 or 8804568. OLE color: 8804568.

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

Color convert

RGB 216 88 134 -
CMYK 0 0.59 0.38 0.15
HSL 338.44º 0.62% 0.6% -
HSV(B) 338.44º 0.59% 0.85% -
XYZ 36.11 23.3 25.15 -
YUV 131.52 129.41 188.26 -
System Red Green Blue C M Y K H S L
Decimal 216 88 134 0 0.59 0.38 0.15 338.44 0.62 0.6
Hex D8 58 86 0 3B 26 F 152 3E 3C
Octal 330 130 206 0 73 46 17 522 76 74
Binary 11011000 1011000 10000110 0 111011 100110 1111 101010010 111110 111100

Color Harmonies of #D85886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85886

Black with #D85886

Text Example


Text Example

White with #D85886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85886; }

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

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

background-color css

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

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

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

border-color css

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

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

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