Html Css Color HEX #D85880 Cranberry

📋 copy color: '#D85880'

red 216 ◦ green 88 ◦ blue 128

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

Shades of Cranberry #D85880

Tints of Cranberry #D85880

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 29.63%

R = 50%
G = 20.37%
B = 29.63%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.41

 K value IS 0.15

RGB Variations

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

Color information

#D85880 (or 0xD85880) is known color: Cranberry. HEX triplet: D8, 58 and 80. RGB value is (216,88,128). Sum of RGB (Red+Green+Blue) = 216+88+128=432 (57% of max value = 765). Red value is 216 (84.77% from 255 or 50% from 432); Green value is 88 (34.77% from 255 or 20.37% from 432); Blue value is 128 (50.39% from 255 or 29.63% from 432); Max value from RGB is 216 - color contains mainly: red. Hex color #D85880 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D85880 is #27A77F. Grayscale: #828282. Windows color (decimal): -2598784 or 8411352. OLE color: 8411352.

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

Color convert

RGB 216 88 128 -
CMYK 0 0.59 0.41 0.15
HSL 341.25º 0.62% 0.6% -
HSV(B) 341.25º 0.59% 0.85% -
XYZ 35.7 23.14 23.01 -
YUV 130.83 126.41 188.75 -
System Red Green Blue C M Y K H S L
Decimal 216 88 128 0 0.59 0.41 0.15 341.25 0.62 0.6
Hex D8 58 80 0 3B 29 F 155 3E 3C
Octal 330 130 200 0 73 51 17 525 76 74
Binary 11011000 1011000 10000000 0 111011 101001 1111 101010101 111110 111100

Color Harmonies of #D85880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85880

Black with #D85880

Text Example


Text Example

White with #D85880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85880; }

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

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

background-color css

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

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

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

border-color css

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

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

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