Html Css Color HEX #DF1F94 Deep Cerise

📋 copy color: '#DF1F94'

red 223 ◦ green 31 ◦ blue 148

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

Shades of Deep Cerise #DF1F94

Tints of Deep Cerise #DF1F94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 36.82%

R = 55.47%
G = 7.71%
B = 36.82%

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

#DF1F94 (or 0xDF1F94) is known color: Deep Cerise. HEX triplet: DF, 1F and 94. RGB value is (223,31,148). Sum of RGB (Red+Green+Blue) = 223+31+148=402 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.47% from 402); Green value is 31 (12.5% from 255 or 7.71% from 402); Blue value is 148 (58.20% from 255 or 36.82% from 402); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1F94 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF1F94 is #20E06B. Grayscale: #656565. Windows color (decimal): -2154604 or 9707487. OLE color: 9707487.

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

Color convert

RGB 223 31 148 -
CMYK 0 0.86 0.34 0.13
HSL 323.44º 0.76% 0.5% -
HSV(B) 323.44º 0.86% 0.87% -
XYZ 36.27 18.81 29.74 -
YUV 101.75 154.11 214.49 -
System Red Green Blue C M Y K H S L
Decimal 223 31 148 0 0.86 0.34 0.13 323.44 0.76 0.5
Hex DF 1F 94 0 56 22 D 143 4C 32
Octal 337 37 224 0 126 42 15 503 114 62
Binary 11011111 11111 10010100 0 1010110 100010 1101 101000011 1001100 110010

Color Harmonies of #DF1F94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF1F94

Black with #DF1F94

Text Example


Text Example

White with #DF1F94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF1F94; }

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

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

background-color css

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

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

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

border-color css

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

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

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