Html Css Color HEX #D422DB Deep Magenta

📋 copy color: '#D422DB'

red 212 ◦ green 34 ◦ blue 219

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

Shades of Deep Magenta #D422DB

Tints of Deep Magenta #D422DB

RGB

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

 GREEN value IS 34 (13.67% from 255) = 7.31%

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

R = 45.59%
G = 7.31%
B = 47.1%

CMYK

 C value IS 0.03

 M value IS 0.84

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D422DB (or 0xD422DB) is known color: Deep Magenta. HEX triplet: D4, 22 and DB. RGB value is (212,34,219). Sum of RGB (Red+Green+Blue) = 212+34+219=465 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.59% from 465); Green value is 34 (13.67% from 255 or 7.31% from 465); Blue value is 219 (85.94% from 255 or 47.10% from 465); Max value from RGB is 219 - color contains mainly: blue. Hex color #D422DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D422DB is #2BDD24. Grayscale: #6B6B6B. Windows color (decimal): -2874661 or 14361300. OLE color: 14361300.

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

Color convert

RGB 212 34 219 -
CMYK 0.03 0.84 0 0.14
HSL 297.73º 0.73% 0.5% -
HSV(B) 297.73º 0.84% 0.86% -
XYZ 40.51 20.26 68.79 -
YUV 108.31 190.47 201.96 -
System Red Green Blue C M Y K H S L
Decimal 212 34 219 0.03 0.84 0 0.14 297.73 0.73 0.5
Hex D4 22 DB 3 54 0 E 12A 49 32
Octal 324 42 333 3 124 0 16 452 111 62
Binary 11010100 100010 11011011 11 1010100 0 1110 100101010 1001001 110010

Color Harmonies of #D422DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D422DB

Black with #D422DB

Text Example


Text Example

White with #D422DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D422DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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