Html Css Color HEX #DE4370 Cranberry

📋 copy color: '#DE4370'

red 222 ◦ green 67 ◦ blue 112

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

Shades of Cranberry #DE4370

Tints of Cranberry #DE4370

RGB

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

 GREEN value IS 67 (26.56% from 255) = 16.71%

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

R = 55.36%
G = 16.71%
B = 27.93%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#DE4370 (or 0xDE4370) is known color: Cranberry. HEX triplet: DE, 43 and 70. RGB value is (222,67,112). Sum of RGB (Red+Green+Blue) = 222+67+112=401 (53% of max value = 765). Red value is 222 (87.11% from 255 or 55.36% from 401); Green value is 67 (26.56% from 255 or 16.71% from 401); Blue value is 112 (44.14% from 255 or 27.93% from 401); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4370 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE4370 is #21BC8F. Grayscale: #767676. Windows color (decimal): -2210960 or 7357406. OLE color: 7357406.

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

Color convert

RGB 222 67 112 -
CMYK 0 0.70 0.50 0.13
HSL 342.58º 0.7% 0.57% -
HSV(B) 342.58º 0.7% 0.87% -
XYZ 35.06 20.71 17.48 -
YUV 118.48 124.35 201.84 -
System Red Green Blue C M Y K H S L
Decimal 222 67 112 0 0.70 0.50 0.13 342.58 0.7 0.57
Hex DE 43 70 0 46 32 D 157 46 39
Octal 336 103 160 0 106 62 15 527 106 71
Binary 11011110 1000011 1110000 0 1000110 110010 1101 101010111 1000110 111001

Color Harmonies of #DE4370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE4370

Black with #DE4370

Text Example


Text Example

White with #DE4370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE4370; }

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

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

background-color css

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

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

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

border-color css

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

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

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