Html Css Color HEX #DE496E Cranberry

📋 copy color: '#DE496E'

red 222 ◦ green 73 ◦ blue 110

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

Shades of Cranberry #DE496E

Tints of Cranberry #DE496E

RGB

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

 GREEN value IS 73 (28.91% from 255) = 18.02%

 BLUE value IS 110 (43.36% from 255) = 27.16%

R = 54.81%
G = 18.02%
B = 27.16%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#DE496E (or 0xDE496E) is known color: Cranberry. HEX triplet: DE, 49 and 6E. RGB value is (222,73,110). Sum of RGB (Red+Green+Blue) = 222+73+110=405 (53% of max value = 765). Red value is 222 (87.11% from 255 or 54.81% from 405); Green value is 73 (28.91% from 255 or 18.02% from 405); Blue value is 110 (43.36% from 255 or 27.16% from 405); Max value from RGB is 222 - color contains mainly: red. Hex color #DE496E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE496E is #21B691. Grayscale: #797979. Windows color (decimal): -2209426 or 7227870. OLE color: 7227870.

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

Color convert

RGB 222 73 110 -
CMYK 0 0.67 0.50 0.13
HSL 345.1º 0.69% 0.58% -
HSV(B) 345.1º 0.67% 0.87% -
XYZ 35.32 21.42 17.02 -
YUV 121.77 121.36 199.49 -
System Red Green Blue C M Y K H S L
Decimal 222 73 110 0 0.67 0.50 0.13 345.1 0.69 0.58
Hex DE 49 6E 0 43 32 D 159 45 3A
Octal 336 111 156 0 103 62 15 531 105 72
Binary 11011110 1001001 1101110 0 1000011 110010 1101 101011001 1000101 111010

Color Harmonies of #DE496E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE496E

Black with #DE496E

Text Example


Text Example

White with #DE496E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE496E; }

 p { color: rgb(222,73,110); }

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

background-color css

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

 a { background-color: rgb(222,73,110); }

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

border-color css

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

 span { border-color: rgb(222,73,110); }

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