Html Css Color HEX #D85881 Cranberry

📋 copy color: '#D85881'

red 216 ◦ green 88 ◦ blue 129

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

Shades of Cranberry #D85881

Tints of Cranberry #D85881

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 29.79%

R = 49.88%
G = 20.32%
B = 29.79%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.40

 K value IS 0.15

RGB Variations

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

Color information

#D85881 (or 0xD85881) is known color: Cranberry. HEX triplet: D8, 58 and 81. RGB value is (216,88,129). Sum of RGB (Red+Green+Blue) = 216+88+129=433 (57% of max value = 765). Red value is 216 (84.77% from 255 or 49.88% from 433); Green value is 88 (34.77% from 255 or 20.32% from 433); Blue value is 129 (50.78% from 255 or 29.79% from 433); Max value from RGB is 216 - color contains mainly: red. Hex color #D85881 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D85881 is #27A77E. Grayscale: #828282. Windows color (decimal): -2598783 or 8476888. OLE color: 8476888.

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

Color convert

RGB 216 88 129 -
CMYK 0 0.59 0.40 0.15
HSL 340.78º 0.62% 0.6% -
HSV(B) 340.78º 0.59% 0.85% -
XYZ 35.77 23.16 23.35 -
YUV 130.95 126.91 188.67 -
System Red Green Blue C M Y K H S L
Decimal 216 88 129 0 0.59 0.40 0.15 340.78 0.62 0.6
Hex D8 58 81 0 3B 28 F 155 3E 3C
Octal 330 130 201 0 73 50 17 525 76 74
Binary 11011000 1011000 10000001 0 111011 101000 1111 101010101 111110 111100

Color Harmonies of #D85881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85881

Black with #D85881

Text Example


Text Example

White with #D85881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85881; }

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

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

background-color css

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

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

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

border-color css

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

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

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