Html Css Color HEX #DF3095 Deep Cerise

📋 copy color: '#DF3095'

red 223 ◦ green 48 ◦ blue 149

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

Shades of Deep Cerise #DF3095

Tints of Deep Cerise #DF3095

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 35.48%

R = 53.1%
G = 11.43%
B = 35.48%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#DF3095 (or 0xDF3095) is known color: Deep Cerise. HEX triplet: DF, 30 and 95. RGB value is (223,48,149). Sum of RGB (Red+Green+Blue) = 223+48+149=420 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.10% from 420); Green value is 48 (19.14% from 255 or 11.43% from 420); Blue value is 149 (58.59% from 255 or 35.48% from 420); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3095 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF3095 is #20CF6A. Grayscale: #6F6F6F. Windows color (decimal): -2150251 or 9777375. OLE color: 9777375.

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

Color convert

RGB 223 48 149 -
CMYK 0 0.78 0.33 0.13
HSL 325.37º 0.73% 0.53% -
HSV(B) 325.37º 0.78% 0.87% -
XYZ 36.91 19.97 30.34 -
YUV 111.84 148.98 207.29 -
System Red Green Blue C M Y K H S L
Decimal 223 48 149 0 0.78 0.33 0.13 325.37 0.73 0.53
Hex DF 30 95 0 4E 21 D 145 49 35
Octal 337 60 225 0 116 41 15 505 111 65
Binary 11011111 110000 10010101 0 1001110 100001 1101 101000101 1001001 110101

Color Harmonies of #DF3095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF3095

Black with #DF3095

Text Example


Text Example

White with #DF3095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF3095; }

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

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

background-color css

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

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

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

border-color css

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

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

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