Html Css Color HEX #D30CB0 Deep Magenta

📋 copy color: '#D30CB0'

red 211 ◦ green 12 ◦ blue 176

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

Shades of Deep Magenta #D30CB0

Tints of Deep Magenta #D30CB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 44.11%

R = 52.88%
G = 3.01%
B = 44.11%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.17

 K value IS 0.17

RGB Variations

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

Color information

#D30CB0 (or 0xD30CB0) is known color: Deep Magenta. HEX triplet: D3, 0C and B0. RGB value is (211,12,176). Sum of RGB (Red+Green+Blue) = 211+12+176=399 (52% of max value = 765). Red value is 211 (82.81% from 255 or 52.88% from 399); Green value is 12 (5.08% from 255 or 3.01% from 399); Blue value is 176 (69.14% from 255 or 44.11% from 399); Max value from RGB is 211 - color contains mainly: red. Hex color #D30CB0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D30CB0 is #2CF34F. Grayscale: #595959. Windows color (decimal): -2945872 or 11537619. OLE color: 11537619.

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

Color convert

RGB 211 12 176 -
CMYK 0 0.94 0.17 0.17
HSL 310.55º 0.89% 0.44% -
HSV(B) 310.55º 0.94% 0.83% -
XYZ 34.83 17.25 42.57 -
YUV 90.2 176.43 214.16 -
System Red Green Blue C M Y K H S L
Decimal 211 12 176 0 0.94 0.17 0.17 310.55 0.89 0.44
Hex D3 C B0 0 5E 11 11 137 59 2C
Octal 323 14 260 0 136 21 21 467 131 54
Binary 11010011 1100 10110000 0 1011110 10001 10001 100110111 1011001 101100

Color Harmonies of #D30CB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D30CB0

Black with #D30CB0

Text Example


Text Example

White with #D30CB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D30CB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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