Html Css Color HEX #DF3E80 Deep Cerise

📋 copy color: '#DF3E80'

red 223 ◦ green 62 ◦ blue 128

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

Shades of Deep Cerise #DF3E80

Tints of Deep Cerise #DF3E80

RGB

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

 GREEN value IS 62 (24.61% from 255) = 15.01%

 BLUE value IS 128 (50.39% from 255) = 30.99%

R = 54%
G = 15.01%
B = 30.99%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#DF3E80 (or 0xDF3E80) is known color: Deep Cerise. HEX triplet: DF, 3E and 80. RGB value is (223,62,128). Sum of RGB (Red+Green+Blue) = 223+62+128=413 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.00% from 413); Green value is 62 (24.61% from 255 or 15.01% from 413); Blue value is 128 (50.39% from 255 or 30.99% from 413); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3E80 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF3E80 is #20C17F. Grayscale: #757575. Windows color (decimal): -2146688 or 8404703. OLE color: 8404703.

HSL color Cylindrical-coordinate representation of color #DF3E80: hue angle of 335.4º degrees, saturation: 0.72, 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 #DF3E80 is Cyan = 0, Magento = 0.72, Yellow = 0.43 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 62 128 -
CMYK 0 0.72 0.43 0.13
HSL 335.4º 0.72% 0.56% -
HSV(B) 335.4º 0.72% 0.87% -
XYZ 36.05 20.69 22.52 -
YUV 117.66 133.84 203.13 -
System Red Green Blue C M Y K H S L
Decimal 223 62 128 0 0.72 0.43 0.13 335.4 0.72 0.56
Hex DF 3E 80 0 48 2B D 14F 48 38
Octal 337 76 200 0 110 53 15 517 110 70
Binary 11011111 111110 10000000 0 1001000 101011 1101 101001111 1001000 111000

Color Harmonies of #DF3E80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF3E80

Black with #DF3E80

Text Example


Text Example

White with #DF3E80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF3E80; }

 p { color: rgb(223,62,128); }

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

background-color css

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

 a { background-color: rgb(223,62,128); }

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

border-color css

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

 span { border-color: rgb(223,62,128); }

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