Html Css Color HEX #DF00C3 Deep Magenta

📋 copy color: '#DF00C3'

red 223 ◦ green 0 ◦ blue 195

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

Shades of Deep Magenta #DF00C3

Tints of Deep Magenta #DF00C3

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 195 (76.56% from 255) = 46.65%

R = 53.35%
G = 0%
B = 46.65%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.13

 K value IS 0.13

RGB Variations

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

Color information

#DF00C3 (or 0xDF00C3) is known color: Deep Magenta. HEX triplet: DF, 00 and C3. RGB value is (223,0,195). Sum of RGB (Red+Green+Blue) = 223+0+195=418 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.35% from 418); Green value is 0 (0.39% from 255 or 0% from 418); Blue value is 195 (76.56% from 255 or 46.65% from 418); Max value from RGB is 223 - color contains mainly: red. Hex color #DF00C3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF00C3 is #20FF3C. Grayscale: #585858. Windows color (decimal): -2162493 or 12779743. OLE color: 12779743.

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

Color convert

RGB 223 0 195 -
CMYK 0 1 0.13 0.13
HSL 307.53º 1% 0.44% -
HSV(B) 307.53º 1% 0.87% -
XYZ 40.28 19.63 53.3 -
YUV 88.91 187.88 223.64 -
System Red Green Blue C M Y K H S L
Decimal 223 0 195 0 1 0.13 0.13 307.53 1 0.44
Hex DF 0 C3 0 64 D D 134 64 2C
Octal 337 0 303 0 144 15 15 464 144 54
Binary 11011111 0 11000011 0 1100100 1101 1101 100110100 1100100 101100

Color Harmonies of #DF00C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF00C3

Black with #DF00C3

Text Example


Text Example

White with #DF00C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF00C3; }

 p { color: rgb(223,0,195); }

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

background-color css

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

 a { background-color: rgb(223,0,195); }

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

border-color css

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

 span { border-color: rgb(223,0,195); }

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