Html Css Color HEX #DE2FA3 Deep Cerise

📋 copy color: '#DE2FA3'

red 222 ◦ green 47 ◦ blue 163

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

Shades of Deep Cerise #DE2FA3

Tints of Deep Cerise #DE2FA3

RGB

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

 GREEN value IS 47 (18.75% from 255) = 10.88%

 BLUE value IS 163 (64.06% from 255) = 37.73%

R = 51.39%
G = 10.88%
B = 37.73%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.27

 K value IS 0.13

RGB Variations

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

Color information

#DE2FA3 (or 0xDE2FA3) is known color: Deep Cerise. HEX triplet: DE, 2F and A3. RGB value is (222,47,163). Sum of RGB (Red+Green+Blue) = 222+47+163=432 (57% of max value = 765). Red value is 222 (87.11% from 255 or 51.39% from 432); Green value is 47 (18.75% from 255 or 10.88% from 432); Blue value is 163 (64.06% from 255 or 37.73% from 432); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2FA3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE2FA3 is #21D05C. Grayscale: #707070. Windows color (decimal): -2216029 or 10694622. OLE color: 10694622.

HSL color Cylindrical-coordinate representation of color #DE2FA3: hue angle of 320.23º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DE2FA3 is Cyan = 0, Magento = 0.79, Yellow = 0.27 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 47 163 -
CMYK 0 0.79 0.27 0.13
HSL 320.23º 0.73% 0.53% -
HSV(B) 320.23º 0.79% 0.87% -
XYZ 37.75 20.21 36.56 -
YUV 112.55 156.48 206.07 -
System Red Green Blue C M Y K H S L
Decimal 222 47 163 0 0.79 0.27 0.13 320.23 0.73 0.53
Hex DE 2F A3 0 4F 1B D 140 49 35
Octal 336 57 243 0 117 33 15 500 111 65
Binary 11011110 101111 10100011 0 1001111 11011 1101 101000000 1001001 110101

Color Harmonies of #DE2FA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE2FA3

Black with #DE2FA3

Text Example


Text Example

White with #DE2FA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE2FA3; }

 p { color: rgb(222,47,163); }

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

background-color css

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

 a { background-color: rgb(222,47,163); }

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

border-color css

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

 span { border-color: rgb(222,47,163); }

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