Html Css Color HEX #D423CD Deep Magenta

📋 copy color: '#D423CD'

red 212 ◦ green 35 ◦ blue 205

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

Shades of Deep Magenta #D423CD

Tints of Deep Magenta #D423CD

RGB

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

 GREEN value IS 35 (14.06% from 255) = 7.74%

 BLUE value IS 205 (80.47% from 255) = 45.35%

R = 46.9%
G = 7.74%
B = 45.35%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.03

 K value IS 0.17

RGB Variations

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

Color information

#D423CD (or 0xD423CD) is known color: Deep Magenta. HEX triplet: D4, 23 and CD. RGB value is (212,35,205). Sum of RGB (Red+Green+Blue) = 212+35+205=452 (59% of max value = 765). Red value is 212 (83.20% from 255 or 46.90% from 452); Green value is 35 (14.06% from 255 or 7.74% from 452); Blue value is 205 (80.47% from 255 or 45.35% from 452); Max value from RGB is 212 - color contains mainly: red. Hex color #D423CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D423CD is #2BDC32. Grayscale: #6A6A6A. Windows color (decimal): -2874419 or 13444052. OLE color: 13444052.

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

Color convert

RGB 212 35 205 -
CMYK 0 0.83 0.03 0.17
HSL 302.37º 0.72% 0.48% -
HSV(B) 302.37º 0.83% 0.83% -
XYZ 38.77 19.61 59.5 -
YUV 107.3 183.14 202.68 -
System Red Green Blue C M Y K H S L
Decimal 212 35 205 0 0.83 0.03 0.17 302.37 0.72 0.48
Hex D4 23 CD 0 53 3 11 12E 48 30
Octal 324 43 315 0 123 3 21 456 110 60
Binary 11010100 100011 11001101 0 1010011 11 10001 100101110 1001000 110000

Color Harmonies of #D423CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D423CD

Black with #D423CD

Text Example


Text Example

White with #D423CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D423CD; }

 p { color: rgb(212,35,205); }

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

background-color css

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

 a { background-color: rgb(212,35,205); }

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

border-color css

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

 span { border-color: rgb(212,35,205); }

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