Html Css Color HEX #D423C0 Deep Magenta

📋 copy color: '#D423C0'

red 212 ◦ green 35 ◦ blue 192

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

Shades of Deep Magenta #D423C0

Tints of Deep Magenta #D423C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 43.74%

R = 48.29%
G = 7.97%
B = 43.74%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.09

 K value IS 0.17

RGB Variations

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

Color information

#D423C0 (or 0xD423C0) is known color: Deep Magenta. HEX triplet: D4, 23 and C0. RGB value is (212,35,192). Sum of RGB (Red+Green+Blue) = 212+35+192=439 (58% of max value = 765). Red value is 212 (83.20% from 255 or 48.29% from 439); Green value is 35 (14.06% from 255 or 7.97% from 439); Blue value is 192 (75.39% from 255 or 43.74% from 439); Max value from RGB is 212 - color contains mainly: red. Hex color #D423C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D423C0 is #2BDC3F. Grayscale: #696969. Windows color (decimal): -2874432 or 12592084. OLE color: 12592084.

HSL color Cylindrical-coordinate representation of color #D423C0: hue angle of 306.78º 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 #D423C0 is Cyan = 0, Magento = 0.83, Yellow = 0.09 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 35 192 -
CMYK 0 0.83 0.09 0.17
HSL 306.78º 0.72% 0.48% -
HSV(B) 306.78º 0.83% 0.83% -
XYZ 37.27 19 51.57 -
YUV 105.82 176.64 203.73 -
System Red Green Blue C M Y K H S L
Decimal 212 35 192 0 0.83 0.09 0.17 306.78 0.72 0.48
Hex D4 23 C0 0 53 9 11 133 48 30
Octal 324 43 300 0 123 11 21 463 110 60
Binary 11010100 100011 11000000 0 1010011 1001 10001 100110011 1001000 110000

Color Harmonies of #D423C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D423C0

Black with #D423C0

Text Example


Text Example

White with #D423C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D423C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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