Html Css Color HEX #D612DD Deep Magenta

📋 copy color: '#D612DD'

red 214 ◦ green 18 ◦ blue 221

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

Shades of Deep Magenta #D612DD

Tints of Deep Magenta #D612DD

RGB

 RED value IS 214 (83.98% from 255) = 47.24%

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

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

R = 47.24%
G = 3.97%
B = 48.79%

CMYK

 C value IS 0.03

 M value IS 0.92

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D612DD (or 0xD612DD) is known color: Deep Magenta. HEX triplet: D6, 12 and DD. RGB value is (214,18,221). Sum of RGB (Red+Green+Blue) = 214+18+221=453 (60% of max value = 765). Red value is 214 (83.98% from 255 or 47.24% from 453); Green value is 18 (7.42% from 255 or 3.97% from 453); Blue value is 221 (86.72% from 255 or 48.79% from 453); Max value from RGB is 221 - color contains mainly: blue. Hex color #D612DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D612DD is #29ED22. Grayscale: #636363. Windows color (decimal): -2747683 or 14488278. OLE color: 14488278.

HSL color Cylindrical-coordinate representation of color #D612DD: hue angle of 297.93º 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 #D612DD is Cyan = 0.03, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 214 18 221 -
CMYK 0.03 0.92 0 0.13
HSL 297.93º 0.85% 0.47% -
HSV(B) 297.93º 0.92% 0.87% -
XYZ 41 19.95 70.1 -
YUV 99.75 196.43 209.49 -
System Red Green Blue C M Y K H S L
Decimal 214 18 221 0.03 0.92 0 0.13 297.93 0.85 0.47
Hex D6 12 DD 3 5C 0 D 12A 55 2F
Octal 326 22 335 3 134 0 15 452 125 57
Binary 11010110 10010 11011101 11 1011100 0 1101 100101010 1010101 101111

Color Harmonies of #D612DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D612DD

Black with #D612DD

Text Example


Text Example

White with #D612DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D612DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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