Html Css Color HEX #D30CB3 Deep Magenta

📋 copy color: '#D30CB3'

red 211 ◦ green 12 ◦ blue 179

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

Shades of Deep Magenta #D30CB3

Tints of Deep Magenta #D30CB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 44.53%

R = 52.49%
G = 2.99%
B = 44.53%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.15

 K value IS 0.17

RGB Variations

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

Color information

#D30CB3 (or 0xD30CB3) is known color: Deep Magenta. HEX triplet: D3, 0C and B3. RGB value is (211,12,179). Sum of RGB (Red+Green+Blue) = 211+12+179=402 (53% of max value = 765). Red value is 211 (82.81% from 255 or 52.49% from 402); Green value is 12 (5.08% from 255 or 2.99% from 402); Blue value is 179 (70.31% from 255 or 44.53% from 402); Max value from RGB is 211 - color contains mainly: red. Hex color #D30CB3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D30CB3 is #2CF34C. Grayscale: #5A5A5A. Windows color (decimal): -2945869 or 11734227. OLE color: 11734227.

HSL color Cylindrical-coordinate representation of color #D30CB3: hue angle of 309.65º 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 #D30CB3 is Cyan = 0, Magento = 0.94, Yellow = 0.15 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 12 179 -
CMYK 0 0.94 0.15 0.17
HSL 309.65º 0.89% 0.44% -
HSV(B) 309.65º 0.94% 0.83% -
XYZ 35.13 17.37 44.15 -
YUV 90.54 177.93 213.92 -
System Red Green Blue C M Y K H S L
Decimal 211 12 179 0 0.94 0.15 0.17 309.65 0.89 0.44
Hex D3 C B3 0 5E F 11 136 59 2C
Octal 323 14 263 0 136 17 21 466 131 54
Binary 11010011 1100 10110011 0 1011110 1111 10001 100110110 1011001 101100

Color Harmonies of #D30CB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D30CB3

Black with #D30CB3

Text Example


Text Example

White with #D30CB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D30CB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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