Html Css Color HEX #D85779 Cranberry

📋 copy color: '#D85779'

red 216 ◦ green 87 ◦ blue 121

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

Shades of Cranberry #D85779

Tints of Cranberry #D85779

RGB

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

 GREEN value IS 87 (34.38% from 255) = 20.52%

 BLUE value IS 121 (47.66% from 255) = 28.54%

R = 50.94%
G = 20.52%
B = 28.54%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.44

 K value IS 0.15

RGB Variations

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

Color information

#D85779 (or 0xD85779) is known color: Cranberry. HEX triplet: D8, 57 and 79. RGB value is (216,87,121). Sum of RGB (Red+Green+Blue) = 216+87+121=424 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.94% from 424); Green value is 87 (34.38% from 255 or 20.52% from 424); Blue value is 121 (47.66% from 255 or 28.54% from 424); Max value from RGB is 216 - color contains mainly: red. Hex color #D85779 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85779 is #27A886. Grayscale: #818181. Windows color (decimal): -2599047 or 7952344. OLE color: 7952344.

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

Color convert

RGB 216 87 121 -
CMYK 0 0.60 0.44 0.15
HSL 344.19º 0.62% 0.59% -
HSV(B) 344.19º 0.6% 0.85% -
XYZ 35.18 22.8 20.64 -
YUV 129.45 123.24 189.74 -
System Red Green Blue C M Y K H S L
Decimal 216 87 121 0 0.60 0.44 0.15 344.19 0.62 0.59
Hex D8 57 79 0 3C 2C F 158 3E 3B
Octal 330 127 171 0 74 54 17 530 76 73
Binary 11011000 1010111 1111001 0 111100 101100 1111 101011000 111110 111011

Color Harmonies of #D85779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85779

Black with #D85779

Text Example


Text Example

White with #D85779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85779; }

 p { color: rgb(216,87,121); }

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

background-color css

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

 a { background-color: rgb(216,87,121); }

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

border-color css

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

 span { border-color: rgb(216,87,121); }

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