Html Css Color HEX #D421D0 Deep Magenta

📋 copy color: '#D421D0'

red 212 ◦ green 33 ◦ blue 208

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

Shades of Deep Magenta #D421D0

Tints of Deep Magenta #D421D0

RGB

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

 GREEN value IS 33 (13.28% from 255) = 7.28%

 BLUE value IS 208 (81.64% from 255) = 45.92%

R = 46.8%
G = 7.28%
B = 45.92%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.02

 K value IS 0.17

RGB Variations

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

Color information

#D421D0 (or 0xD421D0) is known color: Deep Magenta. HEX triplet: D4, 21 and D0. RGB value is (212,33,208). Sum of RGB (Red+Green+Blue) = 212+33+208=453 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.80% from 453); Green value is 33 (13.28% from 255 or 7.28% from 453); Blue value is 208 (81.64% from 255 or 45.92% from 453); Max value from RGB is 212 - color contains mainly: red. Hex color #D421D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D421D0 is #2BDE2F. Grayscale: #696969. Windows color (decimal): -2874928 or 13640148. OLE color: 13640148.

HSL color Cylindrical-coordinate representation of color #D421D0: hue angle of 301.34º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D421D0 is Cyan = 0, Magento = 0.84, Yellow = 0.02 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 33 208 -
CMYK 0 0.84 0.02 0.17
HSL 301.34º 0.73% 0.48% -
HSV(B) 301.34º 0.84% 0.83% -
XYZ 39.08 19.64 61.41 -
YUV 106.47 185.3 203.27 -
System Red Green Blue C M Y K H S L
Decimal 212 33 208 0 0.84 0.02 0.17 301.34 0.73 0.48
Hex D4 21 D0 0 54 2 11 12D 49 30
Octal 324 41 320 0 124 2 21 455 111 60
Binary 11010100 100001 11010000 0 1010100 10 10001 100101101 1001001 110000

Color Harmonies of #D421D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D421D0

Black with #D421D0

Text Example


Text Example

White with #D421D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D421D0; }

 p { color: rgb(212,33,208); }

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

background-color css

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

 a { background-color: rgb(212,33,208); }

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

border-color css

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

 span { border-color: rgb(212,33,208); }

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