Html Css Color HEX #DF317D Deep Cerise

📋 copy color: '#DF317D'

red 223 ◦ green 49 ◦ blue 125

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

Shades of Deep Cerise #DF317D

Tints of Deep Cerise #DF317D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 31.49%

R = 56.17%
G = 12.34%
B = 31.49%

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

#DF317D (or 0xDF317D) is known color: Deep Cerise. HEX triplet: DF, 31 and 7D. RGB value is (223,49,125). Sum of RGB (Red+Green+Blue) = 223+49+125=397 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.17% from 397); Green value is 49 (19.53% from 255 or 12.34% from 397); Blue value is 125 (49.22% from 255 or 31.49% from 397); Max value from RGB is 223 - color contains mainly: red. Hex color #DF317D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF317D is #20CE82. Grayscale: #6D6D6D. Windows color (decimal): -2150019 or 8204767. OLE color: 8204767.

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

Color convert

RGB 223 49 125 -
CMYK 0 0.78 0.44 0.13
HSL 333.79º 0.73% 0.53% -
HSV(B) 333.79º 0.78% 0.87% -
XYZ 35.23 19.37 21.28 -
YUV 109.69 136.65 208.82 -
System Red Green Blue C M Y K H S L
Decimal 223 49 125 0 0.78 0.44 0.13 333.79 0.73 0.53
Hex DF 31 7D 0 4E 2C D 14E 49 35
Octal 337 61 175 0 116 54 15 516 111 65
Binary 11011111 110001 1111101 0 1001110 101100 1101 101001110 1001001 110101

Color Harmonies of #DF317D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF317D

Black with #DF317D

Text Example


Text Example

White with #DF317D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF317D; }

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

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

background-color css

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

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

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

border-color css

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

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

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