Html Css Color HEX #D402DB Deep Magenta

📋 copy color: '#D402DB'

red 212 ◦ green 2 ◦ blue 219

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

Shades of Deep Magenta #D402DB

Tints of Deep Magenta #D402DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 50.58%

R = 48.96%
G = 0.46%
B = 50.58%

CMYK

 C value IS 0.03

 M value IS 0.99

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D402DB (or 0xD402DB) is known color: Deep Magenta. HEX triplet: D4, 02 and DB. RGB value is (212,2,219). Sum of RGB (Red+Green+Blue) = 212+2+219=433 (57% of max value = 765). Red value is 212 (83.20% from 255 or 48.96% from 433); Green value is 2 (1.17% from 255 or 0.46% from 433); Blue value is 219 (85.94% from 255 or 50.58% from 433); Max value from RGB is 219 - color contains mainly: blue. Hex color #D402DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D402DB is #2BFD24. Grayscale: #585858. Windows color (decimal): -2882853 or 14353108. OLE color: 14353108.

HSL color Cylindrical-coordinate representation of color #D402DB: hue angle of 298.06º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D402DB is Cyan = 0.03, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 212 2 219 -
CMYK 0.03 0.99 0 0.14
HSL 298.06º 0.98% 0.43% -
HSV(B) 298.06º 0.99% 0.86% -
XYZ 39.96 19.15 68.61 -
YUV 89.53 201.07 215.36 -
System Red Green Blue C M Y K H S L
Decimal 212 2 219 0.03 0.99 0 0.14 298.06 0.98 0.43
Hex D4 2 DB 3 63 0 E 12A 62 2B
Octal 324 2 333 3 143 0 16 452 142 53
Binary 11010100 10 11011011 11 1100011 0 1110 100101010 1100010 101011

Color Harmonies of #D402DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D402DB

Black with #D402DB

Text Example


Text Example

White with #D402DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D402DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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