Html Css Color HEX #D30CDF Deep Magenta

📋 copy color: '#D30CDF'

red 211 ◦ green 12 ◦ blue 223

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

Shades of Deep Magenta #D30CDF

Tints of Deep Magenta #D30CDF

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.69%

 BLUE value IS 223 (87.5% from 255) = 50%

R = 47.31%
G = 2.69%
B = 50%

CMYK

 C value IS 0.05

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D30CDF (or 0xD30CDF) is known color: Deep Magenta. HEX triplet: D3, 0C and DF. RGB value is (211,12,223). Sum of RGB (Red+Green+Blue) = 211+12+223=446 (59% of max value = 765). Red value is 211 (82.81% from 255 or 47.31% from 446); Green value is 12 (5.08% from 255 or 2.69% from 446); Blue value is 223 (87.5% from 255 or 50% from 446); Max value from RGB is 223 - color contains mainly: blue. Hex color #D30CDF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D30CDF is #2CF320. Grayscale: #5E5E5E. Windows color (decimal): -2945825 or 14617811. OLE color: 14617811.

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

Color convert

RGB 211 12 223 -
CMYK 0.05 0.95 0 0.13
HSL 296.59º 0.9% 0.46% -
HSV(B) 296.59º 0.95% 0.87% -
XYZ 40.31 19.44 71.44 -
YUV 95.56 199.93 210.34 -
System Red Green Blue C M Y K H S L
Decimal 211 12 223 0.05 0.95 0 0.13 296.59 0.9 0.46
Hex D3 C DF 5 5F 0 D 129 5A 2E
Octal 323 14 337 5 137 0 15 451 132 56
Binary 11010011 1100 11011111 101 1011111 0 1101 100101001 1011010 101110

Color Harmonies of #D30CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D30CDF

Black with #D30CDF

Text Example


Text Example

White with #D30CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D30CDF; }

 p { color: rgb(211,12,223); }

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

background-color css

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

 a { background-color: rgb(211,12,223); }

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

border-color css

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

 span { border-color: rgb(211,12,223); }

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