Html Css Color HEX #DF1F93 Deep Cerise

📋 copy color: '#DF1F93'

red 223 ◦ green 31 ◦ blue 147

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

Shades of Deep Cerise #DF1F93

Tints of Deep Cerise #DF1F93

RGB

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

 GREEN value IS 31 (12.5% from 255) = 7.73%

 BLUE value IS 147 (57.81% from 255) = 36.66%

R = 55.61%
G = 7.73%
B = 36.66%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.34

 K value IS 0.13

RGB Variations

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

Color information

#DF1F93 (or 0xDF1F93) is known color: Deep Cerise. HEX triplet: DF, 1F and 93. RGB value is (223,31,147). Sum of RGB (Red+Green+Blue) = 223+31+147=401 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.61% from 401); Green value is 31 (12.5% from 255 or 7.73% from 401); Blue value is 147 (57.81% from 255 or 36.66% from 401); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1F93 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF1F93 is #20E06C. Grayscale: #656565. Windows color (decimal): -2154605 or 9641951. OLE color: 9641951.

HSL color Cylindrical-coordinate representation of color #DF1F93: hue angle of 323.75º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DF1F93 is Cyan = 0, Magento = 0.86, Yellow = 0.34 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 31 147 -
CMYK 0 0.86 0.34 0.13
HSL 323.75º 0.76% 0.5% -
HSV(B) 323.75º 0.86% 0.87% -
XYZ 36.19 18.77 29.32 -
YUV 101.63 153.61 214.57 -
System Red Green Blue C M Y K H S L
Decimal 223 31 147 0 0.86 0.34 0.13 323.75 0.76 0.5
Hex DF 1F 93 0 56 22 D 144 4C 32
Octal 337 37 223 0 126 42 15 504 114 62
Binary 11011111 11111 10010011 0 1010110 100010 1101 101000100 1001100 110010

Color Harmonies of #DF1F93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF1F93

Black with #DF1F93

Text Example


Text Example

White with #DF1F93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF1F93; }

 p { color: rgb(223,31,147); }

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

background-color css

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

 a { background-color: rgb(223,31,147); }

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

border-color css

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

 span { border-color: rgb(223,31,147); }

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