Html Css Color HEX #DF318C Deep Cerise

📋 copy color: '#DF318C'

red 223 ◦ green 49 ◦ blue 140

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

Shades of Deep Cerise #DF318C

Tints of Deep Cerise #DF318C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 33.98%

R = 54.13%
G = 11.89%
B = 33.98%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.37

 K value IS 0.13

RGB Variations

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

Color information

#DF318C (or 0xDF318C) is known color: Deep Cerise. HEX triplet: DF, 31 and 8C. RGB value is (223,49,140). Sum of RGB (Red+Green+Blue) = 223+49+140=412 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.13% from 412); Green value is 49 (19.53% from 255 or 11.89% from 412); Blue value is 140 (55.08% from 255 or 33.98% from 412); Max value from RGB is 223 - color contains mainly: red. Hex color #DF318C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF318C is #20CE73. Grayscale: #6F6F6F. Windows color (decimal): -2150004 or 9187807. OLE color: 9187807.

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

Color convert

RGB 223 49 140 -
CMYK 0 0.78 0.37 0.13
HSL 328.62º 0.73% 0.53% -
HSV(B) 328.62º 0.78% 0.87% -
XYZ 36.26 19.78 26.72 -
YUV 111.4 144.15 207.6 -
System Red Green Blue C M Y K H S L
Decimal 223 49 140 0 0.78 0.37 0.13 328.62 0.73 0.53
Hex DF 31 8C 0 4E 25 D 149 49 35
Octal 337 61 214 0 116 45 15 511 111 65
Binary 11011111 110001 10001100 0 1001110 100101 1101 101001001 1001001 110101

Color Harmonies of #DF318C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF318C

Black with #DF318C

Text Example


Text Example

White with #DF318C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF318C; }

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

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

background-color css

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

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

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

border-color css

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

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

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