Html Css Color HEX #D427DD Deep Magenta

📋 copy color: '#D427DD'

red 212 ◦ green 39 ◦ blue 221

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

Shades of Deep Magenta #D427DD

Tints of Deep Magenta #D427DD

RGB

 RED value IS 212 (83.2% from 255) = 44.92%

 GREEN value IS 39 (15.63% from 255) = 8.26%

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

R = 44.92%
G = 8.26%
B = 46.82%

CMYK

 C value IS 0.04

 M value IS 0.82

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D427DD (or 0xD427DD) is known color: Deep Magenta. HEX triplet: D4, 27 and DD. RGB value is (212,39,221). Sum of RGB (Red+Green+Blue) = 212+39+221=472 (62% of max value = 765). Red value is 212 (83.20% from 255 or 44.92% from 472); Green value is 39 (15.62% from 255 or 8.26% from 472); Blue value is 221 (86.72% from 255 or 46.82% from 472); Max value from RGB is 221 - color contains mainly: blue. Hex color #D427DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D427DD is #2BD822. Grayscale: #6E6E6E. Windows color (decimal): -2873379 or 14493652. OLE color: 14493652.

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

Color convert

RGB 212 39 221 -
CMYK 0.04 0.82 0 0.13
HSL 297.03º 0.73% 0.51% -
HSV(B) 297.03º 0.82% 0.87% -
XYZ 40.93 20.67 70.24 -
YUV 111.48 189.81 199.7 -
System Red Green Blue C M Y K H S L
Decimal 212 39 221 0.04 0.82 0 0.13 297.03 0.73 0.51
Hex D4 27 DD 4 52 0 D 129 49 33
Octal 324 47 335 4 122 0 15 451 111 63
Binary 11010100 100111 11011101 100 1010010 0 1101 100101001 1001001 110011

Color Harmonies of #D427DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D427DD

Black with #D427DD

Text Example


Text Example

White with #D427DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D427DD; }

 p { color: rgb(212,39,221); }

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

background-color css

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

 a { background-color: rgb(212,39,221); }

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

border-color css

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

 span { border-color: rgb(212,39,221); }

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