Html Css Color HEX #D00FCB Deep Magenta

📋 copy color: '#D00FCB'

red 208 ◦ green 15 ◦ blue 203

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

Shades of Deep Magenta #D00FCB

Tints of Deep Magenta #D00FCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 47.65%

R = 48.83%
G = 3.52%
B = 47.65%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#D00FCB (or 0xD00FCB) is known color: Deep Magenta. HEX triplet: D0, 0F and CB. RGB value is (208,15,203). Sum of RGB (Red+Green+Blue) = 208+15+203=426 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.83% from 426); Green value is 15 (6.25% from 255 or 3.52% from 426); Blue value is 203 (79.69% from 255 or 47.65% from 426); Max value from RGB is 208 - color contains mainly: red. Hex color #D00FCB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D00FCB is #2FF034. Grayscale: #5D5D5D. Windows color (decimal): -3141685 or 13307856. OLE color: 13307856.

HSL color Cylindrical-coordinate representation of color #D00FCB: hue angle of 301.55º 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 #D00FCB is Cyan = 0, Magento = 0.93, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 15 203 -
CMYK 0 0.93 0.02 0.18
HSL 301.55º 0.87% 0.44% -
HSV(B) 301.55º 0.93% 0.82% -
XYZ 36.96 18.06 58.04 -
YUV 94.14 189.44 209.21 -
System Red Green Blue C M Y K H S L
Decimal 208 15 203 0 0.93 0.02 0.18 301.55 0.87 0.44
Hex D0 F CB 0 5D 2 12 12E 57 2C
Octal 320 17 313 0 135 2 22 456 127 54
Binary 11010000 1111 11001011 0 1011101 10 10010 100101110 1010111 101100

Color Harmonies of #D00FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00FCB

Black with #D00FCB

Text Example


Text Example

White with #D00FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00FCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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