Html Css Color HEX #DE4273 Cranberry

📋 copy color: '#DE4273'

red 222 ◦ green 66 ◦ blue 115

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

Shades of Cranberry #DE4273

Tints of Cranberry #DE4273

RGB

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

 GREEN value IS 66 (26.17% from 255) = 16.38%

 BLUE value IS 115 (45.31% from 255) = 28.54%

R = 55.09%
G = 16.38%
B = 28.54%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DE4273 (or 0xDE4273) is known color: Cranberry. HEX triplet: DE, 42 and 73. RGB value is (222,66,115). Sum of RGB (Red+Green+Blue) = 222+66+115=403 (53% of max value = 765). Red value is 222 (87.11% from 255 or 55.09% from 403); Green value is 66 (26.17% from 255 or 16.38% from 403); Blue value is 115 (45.31% from 255 or 28.54% from 403); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4273 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE4273 is #21BD8C. Grayscale: #767676. Windows color (decimal): -2211213 or 7553758. OLE color: 7553758.

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

Color convert

RGB 222 66 115 -
CMYK 0 0.70 0.48 0.13
HSL 341.15º 0.7% 0.56% -
HSV(B) 341.15º 0.7% 0.87% -
XYZ 35.17 20.66 18.35 -
YUV 118.23 126.18 202.02 -
System Red Green Blue C M Y K H S L
Decimal 222 66 115 0 0.70 0.48 0.13 341.15 0.7 0.56
Hex DE 42 73 0 46 30 D 155 46 38
Octal 336 102 163 0 106 60 15 525 106 70
Binary 11011110 1000010 1110011 0 1000110 110000 1101 101010101 1000110 111000

Color Harmonies of #DE4273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE4273

Black with #DE4273

Text Example


Text Example

White with #DE4273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE4273; }

 p { color: rgb(222,66,115); }

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

background-color css

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

 a { background-color: rgb(222,66,115); }

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

border-color css

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

 span { border-color: rgb(222,66,115); }

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