Html Css Color HEX #DF0DC7 Deep Magenta

📋 copy color: '#DF0DC7'

red 223 ◦ green 13 ◦ blue 199

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

Shades of Deep Magenta #DF0DC7

Tints of Deep Magenta #DF0DC7

RGB

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

 GREEN value IS 13 (5.47% from 255) = 2.99%

 BLUE value IS 199 (78.13% from 255) = 45.75%

R = 51.26%
G = 2.99%
B = 45.75%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.11

 K value IS 0.13

RGB Variations

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

Color information

#DF0DC7 (or 0xDF0DC7) is known color: Deep Magenta. HEX triplet: DF, 0D and C7. RGB value is (223,13,199). Sum of RGB (Red+Green+Blue) = 223+13+199=435 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.26% from 435); Green value is 13 (5.47% from 255 or 2.99% from 435); Blue value is 199 (78.12% from 255 or 45.75% from 435); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0DC7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF0DC7 is #20F238. Grayscale: #606060. Windows color (decimal): -2159161 or 13045215. OLE color: 13045215.

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

Color convert

RGB 223 13 199 -
CMYK 0 0.94 0.11 0.13
HSL 306.86º 0.89% 0.46% -
HSV(B) 306.86º 0.94% 0.87% -
XYZ 40.88 20.1 55.76 -
YUV 96.99 185.57 217.88 -
System Red Green Blue C M Y K H S L
Decimal 223 13 199 0 0.94 0.11 0.13 306.86 0.89 0.46
Hex DF D C7 0 5E B D 133 59 2E
Octal 337 15 307 0 136 13 15 463 131 56
Binary 11011111 1101 11000111 0 1011110 1011 1101 100110011 1011001 101110

Color Harmonies of #DF0DC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0DC7

Black with #DF0DC7

Text Example


Text Example

White with #DF0DC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0DC7; }

 p { color: rgb(223,13,199); }

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

background-color css

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

 a { background-color: rgb(223,13,199); }

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

border-color css

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

 span { border-color: rgb(223,13,199); }

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