Html Css Color HEX #D402E5 Deep Magenta

📋 copy color: '#D402E5'

red 212 ◦ green 2 ◦ blue 229

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

Shades of Deep Magenta #D402E5

Tints of Deep Magenta #D402E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 51.69%

R = 47.86%
G = 0.45%
B = 51.69%

CMYK

 C value IS 0.07

 M value IS 0.99

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D402E5 (or 0xD402E5) is known color: Deep Magenta. HEX triplet: D4, 02 and E5. RGB value is (212,2,229). Sum of RGB (Red+Green+Blue) = 212+2+229=443 (58% of max value = 765). Red value is 212 (83.20% from 255 or 47.86% from 443); Green value is 2 (1.17% from 255 or 0.45% from 443); Blue value is 229 (89.84% from 255 or 51.69% from 443); Max value from RGB is 229 - color contains mainly: blue. Hex color #D402E5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D402E5 is #2BFD1A. Grayscale: #595959. Windows color (decimal): -2882843 or 15008468. OLE color: 15008468.

HSL color Cylindrical-coordinate representation of color #D402E5: hue angle of 295.51º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D402E5 is Cyan = 0.07, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 212 2 229 -
CMYK 0.07 0.99 0 0.10
HSL 295.51º 0.98% 0.45% -
HSV(B) 295.51º 0.99% 0.9% -
XYZ 41.32 19.7 75.75 -
YUV 90.67 206.07 214.54 -
System Red Green Blue C M Y K H S L
Decimal 212 2 229 0.07 0.99 0 0.10 295.51 0.98 0.45
Hex D4 2 E5 7 63 0 A 128 62 2D
Octal 324 2 345 7 143 0 12 450 142 55
Binary 11010100 10 11100101 111 1100011 0 1010 100101000 1100010 101101

Color Harmonies of #D402E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D402E5

Black with #D402E5

Text Example


Text Example

White with #D402E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D402E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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