Html Css Color HEX #D30CCA Deep Magenta

📋 copy color: '#D30CCA'

red 211 ◦ green 12 ◦ blue 202

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

Shades of Deep Magenta #D30CCA

Tints of Deep Magenta #D30CCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 47.53%

R = 49.65%
G = 2.82%
B = 47.53%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.04

 K value IS 0.17

RGB Variations

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

Color information

#D30CCA (or 0xD30CCA) is known color: Deep Magenta. HEX triplet: D3, 0C and CA. RGB value is (211,12,202). Sum of RGB (Red+Green+Blue) = 211+12+202=425 (56% of max value = 765). Red value is 211 (82.81% from 255 or 49.65% from 425); Green value is 12 (5.08% from 255 or 2.82% from 425); Blue value is 202 (79.30% from 255 or 47.53% from 425); Max value from RGB is 211 - color contains mainly: red. Hex color #D30CCA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D30CCA is #2CF335. Grayscale: #5C5C5C. Windows color (decimal): -2945846 or 13241555. OLE color: 13241555.

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

Color convert

RGB 211 12 202 -
CMYK 0 0.94 0.04 0.17
HSL 302.71º 0.89% 0.44% -
HSV(B) 302.71º 0.94% 0.83% -
XYZ 37.66 18.38 57.44 -
YUV 93.16 189.43 212.05 -
System Red Green Blue C M Y K H S L
Decimal 211 12 202 0 0.94 0.04 0.17 302.71 0.89 0.44
Hex D3 C CA 0 5E 4 11 12F 59 2C
Octal 323 14 312 0 136 4 21 457 131 54
Binary 11010011 1100 11001010 0 1011110 100 10001 100101111 1011001 101100

Color Harmonies of #D30CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D30CCA

Black with #D30CCA

Text Example


Text Example

White with #D30CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D30CCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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