Html Css Color HEX #DF317C Deep Cerise

📋 copy color: '#DF317C'

red 223 ◦ green 49 ◦ blue 124

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

Shades of Deep Cerise #DF317C

Tints of Deep Cerise #DF317C

RGB

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

 GREEN value IS 49 (19.53% from 255) = 12.37%

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

R = 56.31%
G = 12.37%
B = 31.31%

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

#DF317C (or 0xDF317C) is known color: Deep Cerise. HEX triplet: DF, 31 and 7C. RGB value is (223,49,124). Sum of RGB (Red+Green+Blue) = 223+49+124=396 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.31% from 396); Green value is 49 (19.53% from 255 or 12.37% from 396); Blue value is 124 (48.83% from 255 or 31.31% from 396); Max value from RGB is 223 - color contains mainly: red. Hex color #DF317C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF317C is #20CE83. Grayscale: #6D6D6D. Windows color (decimal): -2150020 or 8139231. OLE color: 8139231.

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

Color convert

RGB 223 49 124 -
CMYK 0 0.78 0.44 0.13
HSL 334.14º 0.73% 0.53% -
HSV(B) 334.14º 0.78% 0.87% -
XYZ 35.17 19.34 20.95 -
YUV 109.58 136.15 208.9 -
System Red Green Blue C M Y K H S L
Decimal 223 49 124 0 0.78 0.44 0.13 334.14 0.73 0.53
Hex DF 31 7C 0 4E 2C D 14E 49 35
Octal 337 61 174 0 116 54 15 516 111 65
Binary 11011111 110001 1111100 0 1001110 101100 1101 101001110 1001001 110101

Color Harmonies of #DF317C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF317C

Black with #DF317C

Text Example


Text Example

White with #DF317C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF317C; }

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

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

background-color css

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

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

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

border-color css

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

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

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