Html Css Color HEX #DE5979 Cranberry

📋 copy color: '#DE5979'

red 222 ◦ green 89 ◦ blue 121

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

Shades of Cranberry #DE5979

Tints of Cranberry #DE5979

RGB

 RED value IS 222 (87.11% from 255) = 51.39%

 GREEN value IS 89 (35.16% from 255) = 20.6%

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

R = 51.39%
G = 20.6%
B = 28.01%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#DE5979 (or 0xDE5979) is known color: Cranberry. HEX triplet: DE, 59 and 79. RGB value is (222,89,121). Sum of RGB (Red+Green+Blue) = 222+89+121=432 (57% of max value = 765). Red value is 222 (87.11% from 255 or 51.39% from 432); Green value is 89 (35.16% from 255 or 20.60% from 432); Blue value is 121 (47.66% from 255 or 28.01% from 432); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5979 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE5979 is #21A686. Grayscale: #848484. Windows color (decimal): -2205319 or 7952862. OLE color: 7952862.

HSL color Cylindrical-coordinate representation of color #DE5979: hue angle of 345.56º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DE5979 is Cyan = 0, Magento = 0.60, Yellow = 0.45 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 89 121 -
CMYK 0 0.60 0.45 0.13
HSL 345.56º 0.67% 0.61% -
HSV(B) 345.56º 0.6% 0.87% -
XYZ 37.15 24.05 20.77 -
YUV 132.42 121.56 191.9 -
System Red Green Blue C M Y K H S L
Decimal 222 89 121 0 0.60 0.45 0.13 345.56 0.67 0.61
Hex DE 59 79 0 3C 2D D 15A 43 3D
Octal 336 131 171 0 74 55 15 532 103 75
Binary 11011110 1011001 1111001 0 111100 101101 1101 101011010 1000011 111101

Color Harmonies of #DE5979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE5979

Black with #DE5979

Text Example


Text Example

White with #DE5979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE5979; }

 p { color: rgb(222,89,121); }

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

background-color css

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

 a { background-color: rgb(222,89,121); }

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

border-color css

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

 span { border-color: rgb(222,89,121); }

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