Html Css Color HEX #DF31A5 Deep Cerise

📋 copy color: '#DF31A5'

red 223 ◦ green 49 ◦ blue 165

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

Shades of Deep Cerise #DF31A5

Tints of Deep Cerise #DF31A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 37.76%

R = 51.03%
G = 11.21%
B = 37.76%

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

#DF31A5 (or 0xDF31A5) is known color: Deep Cerise. HEX triplet: DF, 31 and A5. RGB value is (223,49,165). Sum of RGB (Red+Green+Blue) = 223+49+165=437 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.03% from 437); Green value is 49 (19.53% from 255 or 11.21% from 437); Blue value is 165 (64.84% from 255 or 37.76% from 437); Max value from RGB is 223 - color contains mainly: red. Hex color #DF31A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF31A5 is #20CE5A. Grayscale: #717171. Windows color (decimal): -2149979 or 10826207. OLE color: 10826207.

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

Color convert

RGB 223 49 165 -
CMYK 0 0.78 0.26 0.13
HSL 320º 0.73% 0.53% -
HSV(B) 320º 0.78% 0.87% -
XYZ 38.32 20.6 37.55 -
YUV 114.25 156.65 205.57 -
System Red Green Blue C M Y K H S L
Decimal 223 49 165 0 0.78 0.26 0.13 320 0.73 0.53
Hex DF 31 A5 0 4E 1A D 140 49 35
Octal 337 61 245 0 116 32 15 500 111 65
Binary 11011111 110001 10100101 0 1001110 11010 1101 101000000 1001001 110101

Color Harmonies of #DF31A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF31A5

Black with #DF31A5

Text Example


Text Example

White with #DF31A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF31A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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