Html Css Color HEX #D402DF Deep Magenta

📋 copy color: '#D402DF'

red 212 ◦ green 2 ◦ blue 223

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

Shades of Deep Magenta #D402DF

Tints of Deep Magenta #D402DF

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.46%

 BLUE value IS 223 (87.5% from 255) = 51.03%

R = 48.51%
G = 0.46%
B = 51.03%

CMYK

 C value IS 0.05

 M value IS 0.99

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D402DF (or 0xD402DF) is known color: Deep Magenta. HEX triplet: D4, 02 and DF. RGB value is (212,2,223). Sum of RGB (Red+Green+Blue) = 212+2+223=437 (57% of max value = 765). Red value is 212 (83.20% from 255 or 48.51% from 437); Green value is 2 (1.17% from 255 or 0.46% from 437); Blue value is 223 (87.5% from 255 or 51.03% from 437); Max value from RGB is 223 - color contains mainly: blue. Hex color #D402DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D402DF is #2BFD20. Grayscale: #595959. Windows color (decimal): -2882849 or 14615252. OLE color: 14615252.

HSL color Cylindrical-coordinate representation of color #D402DF: hue angle of 297.01º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D402DF is Cyan = 0.05, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 212 2 223 -
CMYK 0.05 0.99 0 0.13
HSL 297.01º 0.98% 0.44% -
HSV(B) 297.01º 0.99% 0.87% -
XYZ 40.49 19.37 71.42 -
YUV 89.98 203.07 215.03 -
System Red Green Blue C M Y K H S L
Decimal 212 2 223 0.05 0.99 0 0.13 297.01 0.98 0.44
Hex D4 2 DF 5 63 0 D 129 62 2C
Octal 324 2 337 5 143 0 15 451 142 54
Binary 11010100 10 11011111 101 1100011 0 1101 100101001 1100010 101100

Color Harmonies of #D402DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D402DF

Black with #D402DF

Text Example


Text Example

White with #D402DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D402DF; }

 p { color: rgb(212,2,223); }

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

background-color css

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

 a { background-color: rgb(212,2,223); }

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

border-color css

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

 span { border-color: rgb(212,2,223); }

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