Html Css Color HEX #DE4182 Deep Cerise

📋 copy color: '#DE4182'

red 222 ◦ green 65 ◦ blue 130

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

Shades of Deep Cerise #DE4182

Tints of Deep Cerise #DE4182

RGB

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

 GREEN value IS 65 (25.78% from 255) = 15.59%

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

R = 53.24%
G = 15.59%
B = 31.18%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.41

 K value IS 0.13

RGB Variations

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

Color information

#DE4182 (or 0xDE4182) is known color: Deep Cerise. HEX triplet: DE, 41 and 82. RGB value is (222,65,130). Sum of RGB (Red+Green+Blue) = 222+65+130=417 (55% of max value = 765). Red value is 222 (87.11% from 255 or 53.24% from 417); Green value is 65 (25.78% from 255 or 15.59% from 417); Blue value is 130 (51.17% from 255 or 31.18% from 417); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4182 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE4182 is #21BE7D. Grayscale: #777777. Windows color (decimal): -2211454 or 8536542. OLE color: 8536542.

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

Color convert

RGB 222 65 130 -
CMYK 0 0.71 0.41 0.13
HSL 335.16º 0.7% 0.56% -
HSV(B) 335.16º 0.71% 0.87% -
XYZ 36.04 20.92 23.26 -
YUV 119.35 134.01 201.21 -
System Red Green Blue C M Y K H S L
Decimal 222 65 130 0 0.71 0.41 0.13 335.16 0.7 0.56
Hex DE 41 82 0 47 29 D 14F 46 38
Octal 336 101 202 0 107 51 15 517 106 70
Binary 11011110 1000001 10000010 0 1000111 101001 1101 101001111 1000110 111000

Color Harmonies of #DE4182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE4182

Black with #DE4182

Text Example


Text Example

White with #DE4182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE4182; }

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

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

background-color css

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

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

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

border-color css

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

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

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