Html Css Color HEX #D423C4 Deep Magenta

📋 copy color: '#D423C4'

red 212 ◦ green 35 ◦ blue 196

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

Shades of Deep Magenta #D423C4

Tints of Deep Magenta #D423C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 44.24%

R = 47.86%
G = 7.9%
B = 44.24%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.08

 K value IS 0.17

RGB Variations

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

Color information

#D423C4 (or 0xD423C4) is known color: Deep Magenta. HEX triplet: D4, 23 and C4. RGB value is (212,35,196). Sum of RGB (Red+Green+Blue) = 212+35+196=443 (58% of max value = 765). Red value is 212 (83.20% from 255 or 47.86% from 443); Green value is 35 (14.06% from 255 or 7.90% from 443); Blue value is 196 (76.95% from 255 or 44.24% from 443); Max value from RGB is 212 - color contains mainly: red. Hex color #D423C4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D423C4 is #2BDC3B. Grayscale: #696969. Windows color (decimal): -2874428 or 12854228. OLE color: 12854228.

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

Color convert

RGB 212 35 196 -
CMYK 0 0.83 0.08 0.17
HSL 305.42º 0.72% 0.48% -
HSV(B) 305.42º 0.83% 0.83% -
XYZ 37.72 19.18 53.94 -
YUV 106.28 178.64 203.41 -
System Red Green Blue C M Y K H S L
Decimal 212 35 196 0 0.83 0.08 0.17 305.42 0.72 0.48
Hex D4 23 C4 0 53 8 11 131 48 30
Octal 324 43 304 0 123 10 21 461 110 60
Binary 11010100 100011 11000100 0 1010011 1000 10001 100110001 1001000 110000

Color Harmonies of #D423C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D423C4

Black with #D423C4

Text Example


Text Example

White with #D423C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D423C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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