Html Css Color HEX #DE4282 Deep Cerise

📋 copy color: '#DE4282'

red 222 ◦ green 66 ◦ blue 130

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

Shades of Deep Cerise #DE4282

Tints of Deep Cerise #DE4282

RGB

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

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

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

R = 53.11%
G = 15.79%
B = 31.1%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.41

 K value IS 0.13

RGB Variations

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

Color information

#DE4282 (or 0xDE4282) is known color: Deep Cerise. HEX triplet: DE, 42 and 82. RGB value is (222,66,130). Sum of RGB (Red+Green+Blue) = 222+66+130=418 (55% of max value = 765). Red value is 222 (87.11% from 255 or 53.11% from 418); Green value is 66 (26.17% from 255 or 15.79% from 418); Blue value is 130 (51.17% from 255 or 31.10% from 418); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4282 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE4282 is #21BD7D. Grayscale: #777777. Windows color (decimal): -2211198 or 8536798. OLE color: 8536798.

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

Color convert

RGB 222 66 130 -
CMYK 0 0.70 0.41 0.13
HSL 335.38º 0.7% 0.56% -
HSV(B) 335.38º 0.7% 0.87% -
XYZ 36.1 21.04 23.28 -
YUV 119.94 133.68 200.8 -
System Red Green Blue C M Y K H S L
Decimal 222 66 130 0 0.70 0.41 0.13 335.38 0.7 0.56
Hex DE 42 82 0 46 29 D 14F 46 38
Octal 336 102 202 0 106 51 15 517 106 70
Binary 11011110 1000010 10000010 0 1000110 101001 1101 101001111 1000110 111000

Color Harmonies of #DE4282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE4282

Black with #DE4282

Text Example


Text Example

White with #DE4282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE4282; }

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

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

background-color css

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

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

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

border-color css

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

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

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