Html Css Color HEX #D512DD Deep Magenta

📋 copy color: '#D512DD'

red 213 ◦ green 18 ◦ blue 221

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

Shades of Deep Magenta #D512DD

Tints of Deep Magenta #D512DD

RGB

 RED value IS 213 (83.59% from 255) = 47.12%

 GREEN value IS 18 (7.42% from 255) = 3.98%

 BLUE value IS 221 (86.72% from 255) = 48.89%

R = 47.12%
G = 3.98%
B = 48.89%

CMYK

 C value IS 0.04

 M value IS 0.92

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D512DD (or 0xD512DD) is known color: Deep Magenta. HEX triplet: D5, 12 and DD. RGB value is (213,18,221). Sum of RGB (Red+Green+Blue) = 213+18+221=452 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.12% from 452); Green value is 18 (7.42% from 255 or 3.98% from 452); Blue value is 221 (86.72% from 255 or 48.89% from 452); Max value from RGB is 221 - color contains mainly: blue. Hex color #D512DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D512DD is #2AED22. Grayscale: #626262. Windows color (decimal): -2813219 or 14488277. OLE color: 14488277.

HSL color Cylindrical-coordinate representation of color #D512DD: hue angle of 297.64º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D512DD is Cyan = 0.04, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 213 18 221 -
CMYK 0.04 0.92 0 0.13
HSL 297.64º 0.85% 0.47% -
HSV(B) 297.64º 0.92% 0.87% -
XYZ 40.71 19.8 70.08 -
YUV 99.45 196.6 208.99 -
System Red Green Blue C M Y K H S L
Decimal 213 18 221 0.04 0.92 0 0.13 297.64 0.85 0.47
Hex D5 12 DD 4 5C 0 D 12A 55 2F
Octal 325 22 335 4 134 0 15 452 125 57
Binary 11010101 10010 11011101 100 1011100 0 1101 100101010 1010101 101111

Color Harmonies of #D512DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D512DD

Black with #D512DD

Text Example


Text Example

White with #D512DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D512DD; }

 p { color: rgb(213,18,221); }

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

background-color css

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

 a { background-color: rgb(213,18,221); }

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

border-color css

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

 span { border-color: rgb(213,18,221); }

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