Html Css Color HEX #D30FCB Deep Magenta

📋 copy color: '#D30FCB'

red 211 ◦ green 15 ◦ blue 203

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

Shades of Deep Magenta #D30FCB

Tints of Deep Magenta #D30FCB

RGB

 RED value IS 211 (82.81% from 255) = 49.18%

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

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

R = 49.18%
G = 3.5%
B = 47.32%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.04

 K value IS 0.17

RGB Variations

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

Color information

#D30FCB (or 0xD30FCB) is known color: Deep Magenta. HEX triplet: D3, 0F and CB. RGB value is (211,15,203). Sum of RGB (Red+Green+Blue) = 211+15+203=429 (56% of max value = 765). Red value is 211 (82.81% from 255 or 49.18% from 429); Green value is 15 (6.25% from 255 or 3.50% from 429); Blue value is 203 (79.69% from 255 or 47.32% from 429); Max value from RGB is 211 - color contains mainly: red. Hex color #D30FCB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D30FCB is #2CF034. Grayscale: #5E5E5E. Windows color (decimal): -2945077 or 13307859. OLE color: 13307859.

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

Color convert

RGB 211 15 203 -
CMYK 0 0.93 0.04 0.17
HSL 302.45º 0.87% 0.44% -
HSV(B) 302.45º 0.93% 0.83% -
XYZ 37.81 18.5 58.08 -
YUV 95.04 188.93 210.71 -
System Red Green Blue C M Y K H S L
Decimal 211 15 203 0 0.93 0.04 0.17 302.45 0.87 0.44
Hex D3 F CB 0 5D 4 11 12E 57 2C
Octal 323 17 313 0 135 4 21 456 127 54
Binary 11010011 1111 11001011 0 1011101 100 10001 100101110 1010111 101100

Color Harmonies of #D30FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D30FCB

Black with #D30FCB

Text Example


Text Example

White with #D30FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D30FCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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