Html Css Color HEX #D400CB Deep Magenta

📋 copy color: '#D400CB'

red 212 ◦ green 0 ◦ blue 203

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

Shades of Deep Magenta #D400CB

Tints of Deep Magenta #D400CB

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 51.08%
G = 0%
B = 48.92%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.04

 K value IS 0.17

RGB Variations

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

Color information

#D400CB (or 0xD400CB) is known color: Deep Magenta. HEX triplet: D4, 00 and CB. RGB value is (212,0,203). Sum of RGB (Red+Green+Blue) = 212+0+203=415 (54% of max value = 765). Red value is 212 (83.20% from 255 or 51.08% from 415); Green value is 0 (0.39% from 255 or 0% from 415); Blue value is 203 (79.69% from 255 or 48.92% from 415); Max value from RGB is 212 - color contains mainly: red. Hex color #D400CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D400CB is #2BFF34. Grayscale: #555555. Windows color (decimal): -2883381 or 13304020. OLE color: 13304020.

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

Color convert

RGB 212 0 203 -
CMYK 0 1 0.04 0.17
HSL 302.55º 1% 0.42% -
HSV(B) 302.55º 1% 0.83% -
XYZ 37.93 18.31 58.03 -
YUV 86.53 193.74 217.49 -
System Red Green Blue C M Y K H S L
Decimal 212 0 203 0 1 0.04 0.17 302.55 1 0.42
Hex D4 0 CB 0 64 4 11 12F 64 2A
Octal 324 0 313 0 144 4 21 457 144 52
Binary 11010100 0 11001011 0 1100100 100 10001 100101111 1100100 101010

Color Harmonies of #D400CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D400CB

Black with #D400CB

Text Example


Text Example

White with #D400CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D400CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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