Html Css Color HEX #DF318E Deep Cerise

📋 copy color: '#DF318E'

red 223 ◦ green 49 ◦ blue 142

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

Shades of Deep Cerise #DF318E

Tints of Deep Cerise #DF318E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 34.3%

R = 53.86%
G = 11.84%
B = 34.3%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.36

 K value IS 0.13

RGB Variations

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

Color information

#DF318E (or 0xDF318E) is known color: Deep Cerise. HEX triplet: DF, 31 and 8E. RGB value is (223,49,142). Sum of RGB (Red+Green+Blue) = 223+49+142=414 (54% of max value = 765). Red value is 223 (87.5% from 255 or 53.86% from 414); Green value is 49 (19.53% from 255 or 11.84% from 414); Blue value is 142 (55.86% from 255 or 34.30% from 414); Max value from RGB is 223 - color contains mainly: red. Hex color #DF318E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF318E is #20CE71. Grayscale: #6F6F6F. Windows color (decimal): -2150002 or 9318879. OLE color: 9318879.

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

Color convert

RGB 223 49 142 -
CMYK 0 0.78 0.36 0.13
HSL 327.93º 0.73% 0.53% -
HSV(B) 327.93º 0.78% 0.87% -
XYZ 36.41 19.84 27.5 -
YUV 111.63 145.15 207.44 -
System Red Green Blue C M Y K H S L
Decimal 223 49 142 0 0.78 0.36 0.13 327.93 0.73 0.53
Hex DF 31 8E 0 4E 24 D 148 49 35
Octal 337 61 216 0 116 44 15 510 111 65
Binary 11011111 110001 10001110 0 1001110 100100 1101 101001000 1001001 110101

Color Harmonies of #DF318E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF318E

Black with #DF318E

Text Example


Text Example

White with #DF318E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF318E; }

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

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

background-color css

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

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

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

border-color css

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

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

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