Html Css Color HEX #DF12CC Deep Magenta

📋 copy color: '#DF12CC'

red 223 ◦ green 18 ◦ blue 204

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

Shades of Deep Magenta #DF12CC

Tints of Deep Magenta #DF12CC

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.04%

 BLUE value IS 204 (80.08% from 255) = 45.84%

R = 50.11%
G = 4.04%
B = 45.84%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#DF12CC (or 0xDF12CC) is known color: Deep Magenta. HEX triplet: DF, 12 and CC. RGB value is (223,18,204). Sum of RGB (Red+Green+Blue) = 223+18+204=445 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.11% from 445); Green value is 18 (7.42% from 255 or 4.04% from 445); Blue value is 204 (80.08% from 255 or 45.84% from 445); Max value from RGB is 223 - color contains mainly: red. Hex color #DF12CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF12CC is #20ED33. Grayscale: #636363. Windows color (decimal): -2157876 or 13374175. OLE color: 13374175.

HSL color Cylindrical-coordinate representation of color #DF12CC: hue angle of 305.56º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DF12CC is Cyan = 0, Magento = 0.92, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 18 204 -
CMYK 0 0.92 0.09 0.13
HSL 305.56º 0.85% 0.47% -
HSV(B) 305.56º 0.92% 0.87% -
XYZ 41.55 20.48 58.89 -
YUV 100.5 186.42 215.38 -
System Red Green Blue C M Y K H S L
Decimal 223 18 204 0 0.92 0.09 0.13 305.56 0.85 0.47
Hex DF 12 CC 0 5C 9 D 132 55 2F
Octal 337 22 314 0 134 11 15 462 125 57
Binary 11011111 10010 11001100 0 1011100 1001 1101 100110010 1010101 101111

Color Harmonies of #DF12CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF12CC

Black with #DF12CC

Text Example


Text Example

White with #DF12CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF12CC; }

 p { color: rgb(223,18,204); }

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

background-color css

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

 a { background-color: rgb(223,18,204); }

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

border-color css

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

 span { border-color: rgb(223,18,204); }

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