Html Css Color HEX #D423CB Deep Magenta

📋 copy color: '#D423CB'

red 212 ◦ green 35 ◦ blue 203

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

Shades of Deep Magenta #D423CB

Tints of Deep Magenta #D423CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 45.11%

R = 47.11%
G = 7.78%
B = 45.11%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.04

 K value IS 0.17

RGB Variations

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

Color information

#D423CB (or 0xD423CB) is known color: Deep Magenta. HEX triplet: D4, 23 and CB. RGB value is (212,35,203). Sum of RGB (Red+Green+Blue) = 212+35+203=450 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.11% from 450); Green value is 35 (14.06% from 255 or 7.78% from 450); Blue value is 203 (79.69% from 255 or 45.11% from 450); Max value from RGB is 212 - color contains mainly: red. Hex color #D423CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D423CB is #2BDC34. Grayscale: #6A6A6A. Windows color (decimal): -2874421 or 13312980. OLE color: 13312980.

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

Color convert

RGB 212 35 203 -
CMYK 0 0.83 0.04 0.17
HSL 303.05º 0.72% 0.48% -
HSV(B) 303.05º 0.83% 0.83% -
XYZ 38.53 19.51 58.24 -
YUV 107.08 182.14 202.84 -
System Red Green Blue C M Y K H S L
Decimal 212 35 203 0 0.83 0.04 0.17 303.05 0.72 0.48
Hex D4 23 CB 0 53 4 11 12F 48 30
Octal 324 43 313 0 123 4 21 457 110 60
Binary 11010100 100011 11001011 0 1010011 100 10001 100101111 1001000 110000

Color Harmonies of #D423CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D423CB

Black with #D423CB

Text Example


Text Example

White with #D423CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D423CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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