Html Css Color HEX #D20FCB Deep Magenta

📋 copy color: '#D20FCB'

red 210 ◦ green 15 ◦ blue 203

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

Shades of Deep Magenta #D20FCB

Tints of Deep Magenta #D20FCB

RGB

 RED value IS 210 (82.42% from 255) = 49.07%

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

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

R = 49.07%
G = 3.5%
B = 47.43%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#D20FCB (or 0xD20FCB) is known color: Deep Magenta. HEX triplet: D2, 0F and CB. RGB value is (210,15,203). Sum of RGB (Red+Green+Blue) = 210+15+203=428 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.07% from 428); Green value is 15 (6.25% from 255 or 3.50% from 428); Blue value is 203 (79.69% from 255 or 47.43% from 428); Max value from RGB is 210 - color contains mainly: red. Hex color #D20FCB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D20FCB is #2DF034. Grayscale: #5E5E5E. Windows color (decimal): -3010613 or 13307858. OLE color: 13307858.

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

Color convert

RGB 210 15 203 -
CMYK 0 0.93 0.03 0.18
HSL 302.15º 0.87% 0.44% -
HSV(B) 302.15º 0.93% 0.82% -
XYZ 37.53 18.36 58.06 -
YUV 94.74 189.1 210.21 -
System Red Green Blue C M Y K H S L
Decimal 210 15 203 0 0.93 0.03 0.18 302.15 0.87 0.44
Hex D2 F CB 0 5D 3 12 12E 57 2C
Octal 322 17 313 0 135 3 22 456 127 54
Binary 11010010 1111 11001011 0 1011101 11 10010 100101110 1010111 101100

Color Harmonies of #D20FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20FCB

Black with #D20FCB

Text Example


Text Example

White with #D20FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20FCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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