Html Css Color HEX #D85680 Cranberry

📋 copy color: '#D85680'

red 216 ◦ green 86 ◦ blue 128

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

Shades of Cranberry #D85680

Tints of Cranberry #D85680

RGB

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

 GREEN value IS 86 (33.98% from 255) = 20%

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

R = 50.23%
G = 20%
B = 29.77%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.41

 K value IS 0.15

RGB Variations

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

Color information

#D85680 (or 0xD85680) is known color: Cranberry. HEX triplet: D8, 56 and 80. RGB value is (216,86,128). Sum of RGB (Red+Green+Blue) = 216+86+128=430 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.23% from 430); Green value is 86 (33.98% from 255 or 20% from 430); Blue value is 128 (50.39% from 255 or 29.77% from 430); Max value from RGB is 216 - color contains mainly: red. Hex color #D85680 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D85680 is #27A97F. Grayscale: #818181. Windows color (decimal): -2599296 or 8410840. OLE color: 8410840.

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

Color convert

RGB 216 86 128 -
CMYK 0 0.60 0.41 0.15
HSL 340.62º 0.63% 0.59% -
HSV(B) 340.62º 0.6% 0.85% -
XYZ 35.54 22.81 22.95 -
YUV 129.66 127.07 189.58 -
System Red Green Blue C M Y K H S L
Decimal 216 86 128 0 0.60 0.41 0.15 340.62 0.63 0.59
Hex D8 56 80 0 3C 29 F 155 3E 3B
Octal 330 126 200 0 74 51 17 525 76 73
Binary 11011000 1010110 10000000 0 111100 101001 1111 101010101 111110 111011

Color Harmonies of #D85680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85680

Black with #D85680

Text Example


Text Example

White with #D85680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85680; }

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

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

background-color css

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

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

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

border-color css

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

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

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