Html Css Color HEX #DF31A4 Deep Cerise

📋 copy color: '#DF31A4'

red 223 ◦ green 49 ◦ blue 164

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

Shades of Deep Cerise #DF31A4

Tints of Deep Cerise #DF31A4

RGB

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

 GREEN value IS 49 (19.53% from 255) = 11.24%

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

R = 51.15%
G = 11.24%
B = 37.61%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.26

 K value IS 0.13

RGB Variations

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

Color information

#DF31A4 (or 0xDF31A4) is known color: Deep Cerise. HEX triplet: DF, 31 and A4. RGB value is (223,49,164). Sum of RGB (Red+Green+Blue) = 223+49+164=436 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.15% from 436); Green value is 49 (19.53% from 255 or 11.24% from 436); Blue value is 164 (64.45% from 255 or 37.61% from 436); Max value from RGB is 223 - color contains mainly: red. Hex color #DF31A4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF31A4 is #20CE5B. Grayscale: #717171. Windows color (decimal): -2149980 or 10760671. OLE color: 10760671.

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

Color convert

RGB 223 49 164 -
CMYK 0 0.78 0.26 0.13
HSL 320.34º 0.73% 0.53% -
HSV(B) 320.34º 0.78% 0.87% -
XYZ 38.23 20.56 37.08 -
YUV 114.14 156.15 205.65 -
System Red Green Blue C M Y K H S L
Decimal 223 49 164 0 0.78 0.26 0.13 320.34 0.73 0.53
Hex DF 31 A4 0 4E 1A D 140 49 35
Octal 337 61 244 0 116 32 15 500 111 65
Binary 11011111 110001 10100100 0 1001110 11010 1101 101000000 1001001 110101

Color Harmonies of #DF31A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF31A4

Black with #DF31A4

Text Example


Text Example

White with #DF31A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF31A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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