Html Css Color HEX #DF3FA0 Deep Cerise

📋 copy color: '#DF3FA0'

red 223 ◦ green 63 ◦ blue 160

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

Shades of Deep Cerise #DF3FA0

Tints of Deep Cerise #DF3FA0

RGB

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

 GREEN value IS 63 (25% from 255) = 14.13%

 BLUE value IS 160 (62.89% from 255) = 35.87%

R = 50%
G = 14.13%
B = 35.87%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.28

 K value IS 0.13

RGB Variations

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

Color information

#DF3FA0 (or 0xDF3FA0) is known color: Deep Cerise. HEX triplet: DF, 3F and A0. RGB value is (223,63,160). Sum of RGB (Red+Green+Blue) = 223+63+160=446 (59% of max value = 765). Red value is 223 (87.5% from 255 or 50% from 446); Green value is 63 (25% from 255 or 14.13% from 446); Blue value is 160 (62.89% from 255 or 35.87% from 446); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3FA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF3FA0 is #20C05F. Grayscale: #797979. Windows color (decimal): -2146400 or 10502111. OLE color: 10502111.

HSL color Cylindrical-coordinate representation of color #DF3FA0: hue angle of 323.62º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DF3FA0 is Cyan = 0, Magento = 0.72, Yellow = 0.28 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 63 160 -
CMYK 0 0.72 0.28 0.13
HSL 323.63º 0.71% 0.56% -
HSV(B) 323.63º 0.72% 0.87% -
XYZ 38.55 21.78 35.43 -
YUV 121.9 149.51 200.11 -
System Red Green Blue C M Y K H S L
Decimal 223 63 160 0 0.72 0.28 0.13 323.63 0.71 0.56
Hex DF 3F A0 0 48 1C D 144 47 38
Octal 337 77 240 0 110 34 15 504 107 70
Binary 11011111 111111 10100000 0 1001000 11100 1101 101000100 1000111 111000

Color Harmonies of #DF3FA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF3FA0

Black with #DF3FA0

Text Example


Text Example

White with #DF3FA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF3FA0; }

 p { color: rgb(223,63,160); }

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

background-color css

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

 a { background-color: rgb(223,63,160); }

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

border-color css

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

 span { border-color: rgb(223,63,160); }

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