Html Css Color HEX #D85F80 Cranberry

📋 copy color: '#D85F80'

red 216 ◦ green 95 ◦ blue 128

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

Shades of Cranberry #D85F80

Tints of Cranberry #D85F80

RGB

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

 GREEN value IS 95 (37.5% from 255) = 21.64%

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

R = 49.2%
G = 21.64%
B = 29.16%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.41

 K value IS 0.15

RGB Variations

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

Color information

#D85F80 (or 0xD85F80) is known color: Cranberry. HEX triplet: D8, 5F and 80. RGB value is (216,95,128). Sum of RGB (Red+Green+Blue) = 216+95+128=439 (58% of max value = 765). Red value is 216 (84.77% from 255 or 49.20% from 439); Green value is 95 (37.5% from 255 or 21.64% from 439); Blue value is 128 (50.39% from 255 or 29.16% from 439); Max value from RGB is 216 - color contains mainly: red. Hex color #D85F80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D85F80 is #27A07F. Grayscale: #868686. Windows color (decimal): -2596992 or 8413144. OLE color: 8413144.

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

Color convert

RGB 216 95 128 -
CMYK 0 0.56 0.41 0.15
HSL 343.64º 0.61% 0.61% -
HSV(B) 343.64º 0.56% 0.85% -
XYZ 36.31 24.34 23.21 -
YUV 134.94 124.09 185.82 -
System Red Green Blue C M Y K H S L
Decimal 216 95 128 0 0.56 0.41 0.15 343.64 0.61 0.61
Hex D8 5F 80 0 38 29 F 158 3D 3D
Octal 330 137 200 0 70 51 17 530 75 75
Binary 11011000 1011111 10000000 0 111000 101001 1111 101011000 111101 111101

Color Harmonies of #D85F80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85F80

Black with #D85F80

Text Example


Text Example

White with #D85F80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85F80; }

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

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

background-color css

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

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

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

border-color css

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

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

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