Html Css Color HEX #DE4970 Cranberry

📋 copy color: '#DE4970'

red 222 ◦ green 73 ◦ blue 112

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

Shades of Cranberry #DE4970

Tints of Cranberry #DE4970

RGB

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

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

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

R = 54.55%
G = 17.94%
B = 27.52%

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

#DE4970 (or 0xDE4970) is known color: Cranberry. HEX triplet: DE, 49 and 70. RGB value is (222,73,112). Sum of RGB (Red+Green+Blue) = 222+73+112=407 (53% of max value = 765). Red value is 222 (87.11% from 255 or 54.55% from 407); Green value is 73 (28.91% from 255 or 17.94% from 407); Blue value is 112 (44.14% from 255 or 27.52% from 407); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4970 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE4970 is #21B68F. Grayscale: #797979. Windows color (decimal): -2209424 or 7358942. OLE color: 7358942.

HSL color Cylindrical-coordinate representation of color #DE4970: hue angle of 344.3º 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 #DE4970 is Cyan = 0, Magento = 0.67, Yellow = 0.50 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 73 112 -
CMYK 0 0.67 0.50 0.13
HSL 344.3º 0.69% 0.58% -
HSV(B) 344.3º 0.67% 0.87% -
XYZ 35.43 21.46 17.6 -
YUV 122 122.36 199.33 -
System Red Green Blue C M Y K H S L
Decimal 222 73 112 0 0.67 0.50 0.13 344.3 0.69 0.58
Hex DE 49 70 0 43 32 D 158 45 3A
Octal 336 111 160 0 103 62 15 530 105 72
Binary 11011110 1001001 1110000 0 1000011 110010 1101 101011000 1000101 111010

Color Harmonies of #DE4970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE4970

Black with #DE4970

Text Example


Text Example

White with #DE4970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE4970; }

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

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

background-color css

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

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

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

border-color css

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

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

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