Html Css Color HEX #DF2FA2 Deep Cerise

📋 copy color: '#DF2FA2'

red 223 ◦ green 47 ◦ blue 162

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

Shades of Deep Cerise #DF2FA2

Tints of Deep Cerise #DF2FA2

RGB

 RED value IS 223 (87.5% from 255) = 51.62%

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

 BLUE value IS 162 (63.67% from 255) = 37.5%

R = 51.62%
G = 10.88%
B = 37.5%

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

#DF2FA2 (or 0xDF2FA2) is known color: Deep Cerise. HEX triplet: DF, 2F and A2. RGB value is (223,47,162). Sum of RGB (Red+Green+Blue) = 223+47+162=432 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.62% from 432); Green value is 47 (18.75% from 255 or 10.88% from 432); Blue value is 162 (63.67% from 255 or 37.5% from 432); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2FA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF2FA2 is #20D05D. Grayscale: #707070. Windows color (decimal): -2150494 or 10629087. OLE color: 10629087.

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

Color convert

RGB 223 47 162 -
CMYK 0 0.79 0.27 0.13
HSL 320.8º 0.73% 0.53% -
HSV(B) 320.8º 0.79% 0.87% -
XYZ 37.97 20.33 36.11 -
YUV 112.73 155.81 206.65 -
System Red Green Blue C M Y K H S L
Decimal 223 47 162 0 0.79 0.27 0.13 320.8 0.73 0.53
Hex DF 2F A2 0 4F 1B D 141 49 35
Octal 337 57 242 0 117 33 15 501 111 65
Binary 11011111 101111 10100010 0 1001111 11011 1101 101000001 1001001 110101

Color Harmonies of #DF2FA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2FA2

Black with #DF2FA2

Text Example


Text Example

White with #DF2FA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2FA2; }

 p { color: rgb(223,47,162); }

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

background-color css

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

 a { background-color: rgb(223,47,162); }

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

border-color css

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

 span { border-color: rgb(223,47,162); }

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