Html Css Color HEX #D00FC3 Deep Magenta

📋 copy color: '#D00FC3'

red 208 ◦ green 15 ◦ blue 195

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

Shades of Deep Magenta #D00FC3

Tints of Deep Magenta #D00FC3

RGB

 RED value IS 208 (81.64% from 255) = 49.76%

 GREEN value IS 15 (6.25% from 255) = 3.59%

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

R = 49.76%
G = 3.59%
B = 46.65%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.06

 K value IS 0.18

RGB Variations

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

Color information

#D00FC3 (or 0xD00FC3) is known color: Deep Magenta. HEX triplet: D0, 0F and C3. RGB value is (208,15,195). Sum of RGB (Red+Green+Blue) = 208+15+195=418 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.76% from 418); Green value is 15 (6.25% from 255 or 3.59% from 418); Blue value is 195 (76.56% from 255 or 46.65% from 418); Max value from RGB is 208 - color contains mainly: red. Hex color #D00FC3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D00FC3 is #2FF03C. Grayscale: #5C5C5C. Windows color (decimal): -3141693 or 12783568. OLE color: 12783568.

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

Color convert

RGB 208 15 195 -
CMYK 0 0.93 0.06 0.18
HSL 304.04º 0.87% 0.44% -
HSV(B) 304.04º 0.93% 0.82% -
XYZ 36.03 17.69 53.15 -
YUV 93.23 185.44 209.86 -
System Red Green Blue C M Y K H S L
Decimal 208 15 195 0 0.93 0.06 0.18 304.04 0.87 0.44
Hex D0 F C3 0 5D 6 12 130 57 2C
Octal 320 17 303 0 135 6 22 460 127 54
Binary 11010000 1111 11000011 0 1011101 110 10010 100110000 1010111 101100

Color Harmonies of #D00FC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00FC3

Black with #D00FC3

Text Example


Text Example

White with #D00FC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00FC3; }

 p { color: rgb(208,15,195); }

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

background-color css

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

 a { background-color: rgb(208,15,195); }

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

border-color css

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

 span { border-color: rgb(208,15,195); }

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