Html Css Color HEX #DF3093 Deep Cerise

📋 copy color: '#DF3093'

red 223 ◦ green 48 ◦ blue 147

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

Shades of Deep Cerise #DF3093

Tints of Deep Cerise #DF3093

RGB

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

 GREEN value IS 48 (19.14% from 255) = 11.48%

 BLUE value IS 147 (57.81% from 255) = 35.17%

R = 53.35%
G = 11.48%
B = 35.17%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.34

 K value IS 0.13

RGB Variations

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

Color information

#DF3093 (or 0xDF3093) is known color: Deep Cerise. HEX triplet: DF, 30 and 93. RGB value is (223,48,147). Sum of RGB (Red+Green+Blue) = 223+48+147=418 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.35% from 418); Green value is 48 (19.14% from 255 or 11.48% from 418); Blue value is 147 (57.81% from 255 or 35.17% from 418); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3093 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF3093 is #20CF6C. Grayscale: #6F6F6F. Windows color (decimal): -2150253 or 9646303. OLE color: 9646303.

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

Color convert

RGB 223 48 147 -
CMYK 0 0.78 0.34 0.13
HSL 326.06º 0.73% 0.53% -
HSV(B) 326.06º 0.78% 0.87% -
XYZ 36.75 19.91 29.51 -
YUV 111.61 147.98 207.45 -
System Red Green Blue C M Y K H S L
Decimal 223 48 147 0 0.78 0.34 0.13 326.06 0.73 0.53
Hex DF 30 93 0 4E 22 D 146 49 35
Octal 337 60 223 0 116 42 15 506 111 65
Binary 11011111 110000 10010011 0 1001110 100010 1101 101000110 1001001 110101

Color Harmonies of #DF3093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF3093

Black with #DF3093

Text Example


Text Example

White with #DF3093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF3093; }

 p { color: rgb(223,48,147); }

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

background-color css

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

 a { background-color: rgb(223,48,147); }

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

border-color css

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

 span { border-color: rgb(223,48,147); }

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