Html Css Color HEX #D85883 Cranberry

📋 copy color: '#D85883'

red 216 ◦ green 88 ◦ blue 131

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

Shades of Cranberry #D85883

Tints of Cranberry #D85883

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 30.11%

R = 49.66%
G = 20.23%
B = 30.11%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.39

 K value IS 0.15

RGB Variations

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

Color information

#D85883 (or 0xD85883) is known color: Cranberry. HEX triplet: D8, 58 and 83. RGB value is (216,88,131). Sum of RGB (Red+Green+Blue) = 216+88+131=435 (57% of max value = 765). Red value is 216 (84.77% from 255 or 49.66% from 435); Green value is 88 (34.77% from 255 or 20.23% from 435); Blue value is 131 (51.56% from 255 or 30.11% from 435); Max value from RGB is 216 - color contains mainly: red. Hex color #D85883 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D85883 is #27A77C. Grayscale: #838383. Windows color (decimal): -2598781 or 8607960. OLE color: 8607960.

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

Color convert

RGB 216 88 131 -
CMYK 0 0.59 0.39 0.15
HSL 339.84º 0.62% 0.6% -
HSV(B) 339.84º 0.59% 0.85% -
XYZ 35.91 23.22 24.06 -
YUV 131.17 127.91 188.5 -
System Red Green Blue C M Y K H S L
Decimal 216 88 131 0 0.59 0.39 0.15 339.84 0.62 0.6
Hex D8 58 83 0 3B 27 F 154 3E 3C
Octal 330 130 203 0 73 47 17 524 76 74
Binary 11011000 1011000 10000011 0 111011 100111 1111 101010100 111110 111100

Color Harmonies of #D85883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85883

Black with #D85883

Text Example


Text Example

White with #D85883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85883; }

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

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

background-color css

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

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

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

border-color css

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

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

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