Html Css Color HEX #D423DF Deep Magenta

📋 copy color: '#D423DF'

red 212 ◦ green 35 ◦ blue 223

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

Shades of Deep Magenta #D423DF

Tints of Deep Magenta #D423DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 47.45%

R = 45.11%
G = 7.45%
B = 47.45%

CMYK

 C value IS 0.05

 M value IS 0.84

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D423DF (or 0xD423DF) is known color: Deep Magenta. HEX triplet: D4, 23 and DF. RGB value is (212,35,223). Sum of RGB (Red+Green+Blue) = 212+35+223=470 (62% of max value = 765). Red value is 212 (83.20% from 255 or 45.11% from 470); Green value is 35 (14.06% from 255 or 7.45% from 470); Blue value is 223 (87.5% from 255 or 47.45% from 470); Max value from RGB is 223 - color contains mainly: blue. Hex color #D423DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D423DF is #2BDC20. Grayscale: #6C6C6C. Windows color (decimal): -2874401 or 14623700. OLE color: 14623700.

HSL color Cylindrical-coordinate representation of color #D423DF: hue angle of 296.49º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D423DF is Cyan = 0.05, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 212 35 223 -
CMYK 0.05 0.84 0 0.13
HSL 296.49º 0.75% 0.51% -
HSV(B) 296.49º 0.84% 0.87% -
XYZ 41.07 20.53 71.61 -
YUV 109.36 192.14 201.21 -
System Red Green Blue C M Y K H S L
Decimal 212 35 223 0.05 0.84 0 0.13 296.49 0.75 0.51
Hex D4 23 DF 5 54 0 D 128 4B 33
Octal 324 43 337 5 124 0 15 450 113 63
Binary 11010100 100011 11011111 101 1010100 0 1101 100101000 1001011 110011

Color Harmonies of #D423DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D423DF

Black with #D423DF

Text Example


Text Example

White with #D423DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D423DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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