Html Css Color HEX #DE5177 Cranberry

📋 copy color: '#DE5177'

red 222 ◦ green 81 ◦ blue 119

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

Shades of Cranberry #DE5177

Tints of Cranberry #DE5177

RGB

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

 GREEN value IS 81 (32.03% from 255) = 19.19%

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

R = 52.61%
G = 19.19%
B = 28.2%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.46

 K value IS 0.13

RGB Variations

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

Color information

#DE5177 (or 0xDE5177) is known color: Cranberry. HEX triplet: DE, 51 and 77. RGB value is (222,81,119). Sum of RGB (Red+Green+Blue) = 222+81+119=422 (55% of max value = 765). Red value is 222 (87.11% from 255 or 52.61% from 422); Green value is 81 (32.03% from 255 or 19.19% from 422); Blue value is 119 (46.88% from 255 or 28.20% from 422); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5177 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE5177 is #21AE88. Grayscale: #7F7F7F. Windows color (decimal): -2207369 or 7819742. OLE color: 7819742.

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

Color convert

RGB 222 81 119 -
CMYK 0 0.64 0.46 0.13
HSL 343.83º 0.68% 0.59% -
HSV(B) 343.83º 0.64% 0.87% -
XYZ 36.4 22.75 19.92 -
YUV 127.49 123.21 195.41 -
System Red Green Blue C M Y K H S L
Decimal 222 81 119 0 0.64 0.46 0.13 343.83 0.68 0.59
Hex DE 51 77 0 40 2E D 158 44 3B
Octal 336 121 167 0 100 56 15 530 104 73
Binary 11011110 1010001 1110111 0 1000000 101110 1101 101011000 1000100 111011

Color Harmonies of #DE5177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE5177

Black with #DE5177

Text Example


Text Example

White with #DE5177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE5177; }

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

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

background-color css

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

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

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

border-color css

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

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

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