Html Css Color HEX #DF0CC6 Deep Magenta

📋 copy color: '#DF0CC6'

red 223 ◦ green 12 ◦ blue 198

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

Shades of Deep Magenta #DF0CC6

Tints of Deep Magenta #DF0CC6

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.77%

 BLUE value IS 198 (77.73% from 255) = 45.73%

R = 51.5%
G = 2.77%
B = 45.73%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.11

 K value IS 0.13

RGB Variations

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

Color information

#DF0CC6 (or 0xDF0CC6) is known color: Deep Magenta. HEX triplet: DF, 0C and C6. RGB value is (223,12,198). Sum of RGB (Red+Green+Blue) = 223+12+198=433 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.50% from 433); Green value is 12 (5.08% from 255 or 2.77% from 433); Blue value is 198 (77.73% from 255 or 45.73% from 433); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0CC6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF0CC6 is #20F339. Grayscale: #5F5F5F. Windows color (decimal): -2159418 or 12979423. OLE color: 12979423.

HSL color Cylindrical-coordinate representation of color #DF0CC6: hue angle of 307.11º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DF0CC6 is Cyan = 0, Magento = 0.95, Yellow = 0.11 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 12 198 -
CMYK 0 0.95 0.11 0.13
HSL 307.11º 0.9% 0.46% -
HSV(B) 307.11º 0.95% 0.87% -
XYZ 40.76 20.03 55.14 -
YUV 96.29 185.4 218.38 -
System Red Green Blue C M Y K H S L
Decimal 223 12 198 0 0.95 0.11 0.13 307.11 0.9 0.46
Hex DF C C6 0 5F B D 133 5A 2E
Octal 337 14 306 0 137 13 15 463 132 56
Binary 11011111 1100 11000110 0 1011111 1011 1101 100110011 1011010 101110

Color Harmonies of #DF0CC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0CC6

Black with #DF0CC6

Text Example


Text Example

White with #DF0CC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0CC6; }

 p { color: rgb(223,12,198); }

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

background-color css

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

 a { background-color: rgb(223,12,198); }

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

border-color css

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

 span { border-color: rgb(223,12,198); }

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