Html Css Color HEX #D85580 Cranberry

📋 copy color: '#D85580'

red 216 ◦ green 85 ◦ blue 128

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

Shades of Cranberry #D85580

Tints of Cranberry #D85580

RGB

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

 GREEN value IS 85 (33.59% from 255) = 19.81%

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

R = 50.35%
G = 19.81%
B = 29.84%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.41

 K value IS 0.15

RGB Variations

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

Color information

#D85580 (or 0xD85580) is known color: Cranberry. HEX triplet: D8, 55 and 80. RGB value is (216,85,128). Sum of RGB (Red+Green+Blue) = 216+85+128=429 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.35% from 429); Green value is 85 (33.59% from 255 or 19.81% from 429); Blue value is 128 (50.39% from 255 or 29.84% from 429); Max value from RGB is 216 - color contains mainly: red. Hex color #D85580 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D85580 is #27AA7F. Grayscale: #818181. Windows color (decimal): -2599552 or 8410584. OLE color: 8410584.

HSL color Cylindrical-coordinate representation of color #D85580: hue angle of 340.31º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D85580 is Cyan = 0, Magento = 0.61, Yellow = 0.41 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 85 128 -
CMYK 0 0.61 0.41 0.15
HSL 340.31º 0.63% 0.59% -
HSV(B) 340.31º 0.61% 0.85% -
XYZ 35.46 22.65 22.93 -
YUV 129.07 127.4 190 -
System Red Green Blue C M Y K H S L
Decimal 216 85 128 0 0.61 0.41 0.15 340.31 0.63 0.59
Hex D8 55 80 0 3D 29 F 154 3F 3B
Octal 330 125 200 0 75 51 17 524 77 73
Binary 11011000 1010101 10000000 0 111101 101001 1111 101010100 111111 111011

Color Harmonies of #D85580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85580

Black with #D85580

Text Example


Text Example

White with #D85580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85580; }

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

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

background-color css

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

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

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

border-color css

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

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

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