Html Css Color HEX #DE4482 Cranberry

📋 copy color: '#DE4482'

red 222 ◦ green 68 ◦ blue 130

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

Shades of Cranberry #DE4482

Tints of Cranberry #DE4482

RGB

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

 GREEN value IS 68 (26.95% from 255) = 16.19%

 BLUE value IS 130 (51.17% from 255) = 30.95%

R = 52.86%
G = 16.19%
B = 30.95%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.41

 K value IS 0.13

RGB Variations

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

Color information

#DE4482 (or 0xDE4482) is known color: Cranberry. HEX triplet: DE, 44 and 82. RGB value is (222,68,130). Sum of RGB (Red+Green+Blue) = 222+68+130=420 (55% of max value = 765). Red value is 222 (87.11% from 255 or 52.86% from 420); Green value is 68 (26.95% from 255 or 16.19% from 420); Blue value is 130 (51.17% from 255 or 30.95% from 420); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4482 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE4482 is #21BB7D. Grayscale: #797979. Windows color (decimal): -2210686 or 8537310. OLE color: 8537310.

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

Color convert

RGB 222 68 130 -
CMYK 0 0.69 0.41 0.13
HSL 335.84º 0.7% 0.57% -
HSV(B) 335.84º 0.69% 0.87% -
XYZ 36.22 21.28 23.32 -
YUV 121.11 133.02 199.96 -
System Red Green Blue C M Y K H S L
Decimal 222 68 130 0 0.69 0.41 0.13 335.84 0.7 0.57
Hex DE 44 82 0 45 29 D 150 46 39
Octal 336 104 202 0 105 51 15 520 106 71
Binary 11011110 1000100 10000010 0 1000101 101001 1101 101010000 1000110 111001

Color Harmonies of #DE4482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE4482

Black with #DE4482

Text Example


Text Example

White with #DE4482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE4482; }

 p { color: rgb(222,68,130); }

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

background-color css

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

 a { background-color: rgb(222,68,130); }

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

border-color css

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

 span { border-color: rgb(222,68,130); }

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