Html Css Color HEX #D411CB Deep Magenta

📋 copy color: '#D411CB'

red 212 ◦ green 17 ◦ blue 203

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

Shades of Deep Magenta #D411CB

Tints of Deep Magenta #D411CB

RGB

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

 GREEN value IS 17 (7.03% from 255) = 3.94%

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

R = 49.07%
G = 3.94%
B = 46.99%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.04

 K value IS 0.17

RGB Variations

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

Color information

#D411CB (or 0xD411CB) is known color: Deep Magenta. HEX triplet: D4, 11 and CB. RGB value is (212,17,203). Sum of RGB (Red+Green+Blue) = 212+17+203=432 (57% of max value = 765). Red value is 212 (83.20% from 255 or 49.07% from 432); Green value is 17 (7.03% from 255 or 3.94% from 432); Blue value is 203 (79.69% from 255 or 46.99% from 432); Max value from RGB is 212 - color contains mainly: red. Hex color #D411CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D411CB is #2BEE34. Grayscale: #5F5F5F. Windows color (decimal): -2879029 or 13308372. OLE color: 13308372.

HSL color Cylindrical-coordinate representation of color #D411CB: hue angle of 302.77º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D411CB is Cyan = 0, Magento = 0.92, Yellow = 0.04 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 17 203 -
CMYK 0 0.92 0.04 0.17
HSL 302.77º 0.85% 0.45% -
HSV(B) 302.77º 0.92% 0.83% -
XYZ 38.13 18.71 58.1 -
YUV 96.51 188.1 210.38 -
System Red Green Blue C M Y K H S L
Decimal 212 17 203 0 0.92 0.04 0.17 302.77 0.85 0.45
Hex D4 11 CB 0 5C 4 11 12F 55 2D
Octal 324 21 313 0 134 4 21 457 125 55
Binary 11010100 10001 11001011 0 1011100 100 10001 100101111 1010101 101101

Color Harmonies of #D411CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D411CB

Black with #D411CB

Text Example


Text Example

White with #D411CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D411CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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