Html Css Color HEX #DE4279 Cranberry

📋 copy color: '#DE4279'

red 222 ◦ green 66 ◦ blue 121

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

Shades of Cranberry #DE4279

Tints of Cranberry #DE4279

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 29.58%

R = 54.28%
G = 16.14%
B = 29.58%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#DE4279 (or 0xDE4279) is known color: Cranberry. HEX triplet: DE, 42 and 79. RGB value is (222,66,121). Sum of RGB (Red+Green+Blue) = 222+66+121=409 (54% of max value = 765). Red value is 222 (87.11% from 255 or 54.28% from 409); Green value is 66 (26.17% from 255 or 16.14% from 409); Blue value is 121 (47.66% from 255 or 29.58% from 409); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4279 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE4279 is #21BD86. Grayscale: #767676. Windows color (decimal): -2211207 or 7946974. OLE color: 7946974.

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

Color convert

RGB 222 66 121 -
CMYK 0 0.70 0.45 0.13
HSL 338.85º 0.7% 0.56% -
HSV(B) 338.85º 0.7% 0.87% -
XYZ 35.52 20.81 20.23 -
YUV 118.91 129.18 201.53 -
System Red Green Blue C M Y K H S L
Decimal 222 66 121 0 0.70 0.45 0.13 338.85 0.7 0.56
Hex DE 42 79 0 46 2D D 153 46 38
Octal 336 102 171 0 106 55 15 523 106 70
Binary 11011110 1000010 1111001 0 1000110 101101 1101 101010011 1000110 111000

Color Harmonies of #DE4279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE4279

Black with #DE4279

Text Example


Text Example

White with #DE4279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE4279; }

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

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

background-color css

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

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

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

border-color css

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

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

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