Html Css Color HEX #DF307C Deep Cerise

📋 copy color: '#DF307C'

red 223 ◦ green 48 ◦ blue 124

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

Shades of Deep Cerise #DF307C

Tints of Deep Cerise #DF307C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 31.39%

R = 56.46%
G = 12.15%
B = 31.39%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.44

 K value IS 0.13

RGB Variations

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

Color information

#DF307C (or 0xDF307C) is known color: Deep Cerise. HEX triplet: DF, 30 and 7C. RGB value is (223,48,124). Sum of RGB (Red+Green+Blue) = 223+48+124=395 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.46% from 395); Green value is 48 (19.14% from 255 or 12.15% from 395); Blue value is 124 (48.83% from 255 or 31.39% from 395); Max value from RGB is 223 - color contains mainly: red. Hex color #DF307C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF307C is #20CF83. Grayscale: #6C6C6C. Windows color (decimal): -2150276 or 8138975. OLE color: 8138975.

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

Color convert

RGB 223 48 124 -
CMYK 0 0.78 0.44 0.13
HSL 333.94º 0.73% 0.53% -
HSV(B) 333.94º 0.78% 0.87% -
XYZ 35.13 19.26 20.93 -
YUV 108.99 136.48 209.32 -
System Red Green Blue C M Y K H S L
Decimal 223 48 124 0 0.78 0.44 0.13 333.94 0.73 0.53
Hex DF 30 7C 0 4E 2C D 14E 49 35
Octal 337 60 174 0 116 54 15 516 111 65
Binary 11011111 110000 1111100 0 1001110 101100 1101 101001110 1001001 110101

Color Harmonies of #DF307C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF307C

Black with #DF307C

Text Example


Text Example

White with #DF307C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF307C; }

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

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

background-color css

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

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

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

border-color css

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

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

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