Html Css Color HEX #DE5A77 Cranberry

📋 copy color: '#DE5A77'

red 222 ◦ green 90 ◦ blue 119

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

Shades of Cranberry #DE5A77

Tints of Cranberry #DE5A77

RGB

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

 GREEN value IS 90 (35.55% from 255) = 20.88%

 BLUE value IS 119 (46.88% from 255) = 27.61%

R = 51.51%
G = 20.88%
B = 27.61%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.46

 K value IS 0.13

RGB Variations

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

Color information

#DE5A77 (or 0xDE5A77) is known color: Cranberry. HEX triplet: DE, 5A and 77. RGB value is (222,90,119). Sum of RGB (Red+Green+Blue) = 222+90+119=431 (57% of max value = 765). Red value is 222 (87.11% from 255 or 51.51% from 431); Green value is 90 (35.55% from 255 or 20.88% from 431); Blue value is 119 (46.88% from 255 or 27.61% from 431); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5A77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE5A77 is #21A588. Grayscale: #848484. Windows color (decimal): -2205065 or 7822046. OLE color: 7822046.

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

Color convert

RGB 222 90 119 -
CMYK 0 0.59 0.46 0.13
HSL 346.82º 0.67% 0.61% -
HSV(B) 346.82º 0.59% 0.87% -
XYZ 37.11 24.17 20.16 -
YUV 132.77 120.23 191.64 -
System Red Green Blue C M Y K H S L
Decimal 222 90 119 0 0.59 0.46 0.13 346.82 0.67 0.61
Hex DE 5A 77 0 3B 2E D 15B 43 3D
Octal 336 132 167 0 73 56 15 533 103 75
Binary 11011110 1011010 1110111 0 111011 101110 1101 101011011 1000011 111101

Color Harmonies of #DE5A77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE5A77

Black with #DE5A77

Text Example


Text Example

White with #DE5A77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE5A77; }

 p { color: rgb(222,90,119); }

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

background-color css

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

 a { background-color: rgb(222,90,119); }

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

border-color css

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

 span { border-color: rgb(222,90,119); }

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