Html Css Color HEX #D30CBB Deep Magenta

📋 copy color: '#D30CBB'

red 211 ◦ green 12 ◦ blue 187

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

Shades of Deep Magenta #D30CBB

Tints of Deep Magenta #D30CBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 45.61%

R = 51.46%
G = 2.93%
B = 45.61%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.11

 K value IS 0.17

RGB Variations

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

Color information

#D30CBB (or 0xD30CBB) is known color: Deep Magenta. HEX triplet: D3, 0C and BB. RGB value is (211,12,187). Sum of RGB (Red+Green+Blue) = 211+12+187=410 (54% of max value = 765). Red value is 211 (82.81% from 255 or 51.46% from 410); Green value is 12 (5.08% from 255 or 2.93% from 410); Blue value is 187 (73.44% from 255 or 45.61% from 410); Max value from RGB is 211 - color contains mainly: red. Hex color #D30CBB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D30CBB is #2CF344. Grayscale: #5A5A5A. Windows color (decimal): -2945861 or 12258515. OLE color: 12258515.

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

Color convert

RGB 211 12 187 -
CMYK 0 0.94 0.11 0.17
HSL 307.24º 0.89% 0.44% -
HSV(B) 307.24º 0.94% 0.83% -
XYZ 35.97 17.7 48.53 -
YUV 91.45 181.93 213.27 -
System Red Green Blue C M Y K H S L
Decimal 211 12 187 0 0.94 0.11 0.17 307.24 0.89 0.44
Hex D3 C BB 0 5E B 11 133 59 2C
Octal 323 14 273 0 136 13 21 463 131 54
Binary 11010011 1100 10111011 0 1011110 1011 10001 100110011 1011001 101100

Color Harmonies of #D30CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D30CBB

Black with #D30CBB

Text Example


Text Example

White with #D30CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D30CBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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