Html Css Color HEX #DE4870 Cranberry

📋 copy color: '#DE4870'

red 222 ◦ green 72 ◦ blue 112

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

Shades of Cranberry #DE4870

Tints of Cranberry #DE4870

RGB

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

 GREEN value IS 72 (28.52% from 255) = 17.73%

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

R = 54.68%
G = 17.73%
B = 27.59%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#DE4870 (or 0xDE4870) is known color: Cranberry. HEX triplet: DE, 48 and 70. RGB value is (222,72,112). Sum of RGB (Red+Green+Blue) = 222+72+112=406 (53% of max value = 765). Red value is 222 (87.11% from 255 or 54.68% from 406); Green value is 72 (28.52% from 255 or 17.73% from 406); Blue value is 112 (44.14% from 255 or 27.59% from 406); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4870 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE4870 is #21B78F. Grayscale: #797979. Windows color (decimal): -2209680 or 7358686. OLE color: 7358686.

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

Color convert

RGB 222 72 112 -
CMYK 0 0.68 0.50 0.13
HSL 344º 0.69% 0.58% -
HSV(B) 344º 0.68% 0.87% -
XYZ 35.37 21.33 17.58 -
YUV 121.41 122.7 199.75 -
System Red Green Blue C M Y K H S L
Decimal 222 72 112 0 0.68 0.50 0.13 344 0.69 0.58
Hex DE 48 70 0 44 32 D 158 45 3A
Octal 336 110 160 0 104 62 15 530 105 72
Binary 11011110 1001000 1110000 0 1000100 110010 1101 101011000 1000101 111010

Color Harmonies of #DE4870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE4870

Black with #DE4870

Text Example


Text Example

White with #DE4870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE4870; }

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

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

background-color css

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

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

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

border-color css

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

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

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