Html Css Color HEX #DE5470 Cranberry

📋 copy color: '#DE5470'

red 222 ◦ green 84 ◦ blue 112

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

Shades of Cranberry #DE5470

Tints of Cranberry #DE5470

RGB

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

 GREEN value IS 84 (33.2% from 255) = 20.1%

 BLUE value IS 112 (44.14% from 255) = 26.79%

R = 53.11%
G = 20.1%
B = 26.79%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#DE5470 (or 0xDE5470) is known color: Cranberry. HEX triplet: DE, 54 and 70. RGB value is (222,84,112). Sum of RGB (Red+Green+Blue) = 222+84+112=418 (55% of max value = 765). Red value is 222 (87.11% from 255 or 53.11% from 418); Green value is 84 (33.20% from 255 or 20.10% from 418); Blue value is 112 (44.14% from 255 or 26.79% from 418); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5470 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE5470 is #21AB8F. Grayscale: #808080. Windows color (decimal): -2206608 or 7361758. OLE color: 7361758.

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

Color convert

RGB 222 84 112 -
CMYK 0 0.62 0.50 0.13
HSL 347.83º 0.68% 0.6% -
HSV(B) 347.83º 0.62% 0.87% -
XYZ 36.22 23.04 17.87 -
YUV 128.45 118.72 194.72 -
System Red Green Blue C M Y K H S L
Decimal 222 84 112 0 0.62 0.50 0.13 347.83 0.68 0.6
Hex DE 54 70 0 3E 32 D 15C 44 3C
Octal 336 124 160 0 76 62 15 534 104 74
Binary 11011110 1010100 1110000 0 111110 110010 1101 101011100 1000100 111100

Color Harmonies of #DE5470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE5470

Black with #DE5470

Text Example


Text Example

White with #DE5470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE5470; }

 p { color: rgb(222,84,112); }

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

background-color css

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

 a { background-color: rgb(222,84,112); }

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

border-color css

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

 span { border-color: rgb(222,84,112); }

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