Html Css Color HEX #DF2FA4 Deep Cerise

📋 copy color: '#DF2FA4'

red 223 ◦ green 47 ◦ blue 164

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

Shades of Deep Cerise #DF2FA4

Tints of Deep Cerise #DF2FA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 37.79%

R = 51.38%
G = 10.83%
B = 37.79%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.26

 K value IS 0.13

RGB Variations

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

Color information

#DF2FA4 (or 0xDF2FA4) is known color: Deep Cerise. HEX triplet: DF, 2F and A4. RGB value is (223,47,164). Sum of RGB (Red+Green+Blue) = 223+47+164=434 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.38% from 434); Green value is 47 (18.75% from 255 or 10.83% from 434); Blue value is 164 (64.45% from 255 or 37.79% from 434); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2FA4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF2FA4 is #20D05B. Grayscale: #707070. Windows color (decimal): -2150492 or 10760159. OLE color: 10760159.

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

Color convert

RGB 223 47 164 -
CMYK 0 0.79 0.26 0.13
HSL 320.11º 0.73% 0.53% -
HSV(B) 320.11º 0.79% 0.87% -
XYZ 38.15 20.4 37.05 -
YUV 112.96 156.81 206.49 -
System Red Green Blue C M Y K H S L
Decimal 223 47 164 0 0.79 0.26 0.13 320.11 0.73 0.53
Hex DF 2F A4 0 4F 1A D 140 49 35
Octal 337 57 244 0 117 32 15 500 111 65
Binary 11011111 101111 10100100 0 1001111 11010 1101 101000000 1001001 110101

Color Harmonies of #DF2FA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2FA4

Black with #DF2FA4

Text Example


Text Example

White with #DF2FA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2FA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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