Html Css Color HEX #D422C9 Deep Magenta

📋 copy color: '#D422C9'

red 212 ◦ green 34 ◦ blue 201

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

Shades of Deep Magenta #D422C9

Tints of Deep Magenta #D422C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 44.97%

R = 47.43%
G = 7.61%
B = 44.97%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.05

 K value IS 0.17

RGB Variations

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

Color information

#D422C9 (or 0xD422C9) is known color: Deep Magenta. HEX triplet: D4, 22 and C9. RGB value is (212,34,201). Sum of RGB (Red+Green+Blue) = 212+34+201=447 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.43% from 447); Green value is 34 (13.67% from 255 or 7.61% from 447); Blue value is 201 (78.91% from 255 or 44.97% from 447); Max value from RGB is 212 - color contains mainly: red. Hex color #D422C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D422C9 is #2BDD36. Grayscale: #696969. Windows color (decimal): -2874679 or 13181652. OLE color: 13181652.

HSL color Cylindrical-coordinate representation of color #D422C9: hue angle of 303.71º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D422C9 is Cyan = 0, Magento = 0.84, Yellow = 0.05 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 34 201 -
CMYK 0 0.84 0.05 0.17
HSL 303.71º 0.72% 0.48% -
HSV(B) 303.71º 0.84% 0.83% -
XYZ 38.27 19.36 56.98 -
YUV 106.26 181.47 203.42 -
System Red Green Blue C M Y K H S L
Decimal 212 34 201 0 0.84 0.05 0.17 303.71 0.72 0.48
Hex D4 22 C9 0 54 5 11 130 48 30
Octal 324 42 311 0 124 5 21 460 110 60
Binary 11010100 100010 11001001 0 1010100 101 10001 100110000 1001000 110000

Color Harmonies of #D422C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D422C9

Black with #D422C9

Text Example


Text Example

White with #D422C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D422C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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