Html Css Color HEX #D402E0 Deep Magenta

📋 copy color: '#D402E0'

red 212 ◦ green 2 ◦ blue 224

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

Shades of Deep Magenta #D402E0

Tints of Deep Magenta #D402E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 51.14%

R = 48.4%
G = 0.46%
B = 51.14%

CMYK

 C value IS 0.05

 M value IS 0.99

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D402E0 (or 0xD402E0) is known color: Deep Magenta. HEX triplet: D4, 02 and E0. RGB value is (212,2,224). Sum of RGB (Red+Green+Blue) = 212+2+224=438 (58% of max value = 765). Red value is 212 (83.20% from 255 or 48.40% from 438); Green value is 2 (1.17% from 255 or 0.46% from 438); Blue value is 224 (87.89% from 255 or 51.14% from 438); Max value from RGB is 224 - color contains mainly: blue. Hex color #D402E0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D402E0 is #2BFD1F. Grayscale: #595959. Windows color (decimal): -2882848 or 14680788. OLE color: 14680788.

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

Color convert

RGB 212 2 224 -
CMYK 0.05 0.99 0 0.12
HSL 296.76º 0.98% 0.44% -
HSV(B) 296.76º 0.99% 0.88% -
XYZ 40.63 19.42 72.13 -
YUV 90.1 203.57 214.95 -
System Red Green Blue C M Y K H S L
Decimal 212 2 224 0.05 0.99 0 0.12 296.76 0.98 0.44
Hex D4 2 E0 5 63 0 C 129 62 2C
Octal 324 2 340 5 143 0 14 451 142 54
Binary 11010100 10 11100000 101 1100011 0 1100 100101001 1100010 101100

Color Harmonies of #D402E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D402E0

Black with #D402E0

Text Example


Text Example

White with #D402E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D402E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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