Html Css Color HEX #D501CB Deep Magenta

📋 copy color: '#D501CB'

red 213 ◦ green 1 ◦ blue 203

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

Shades of Deep Magenta #D501CB

Tints of Deep Magenta #D501CB

RGB

 RED value IS 213 (83.59% from 255) = 51.08%

 GREEN value IS 1 (0.78% from 255) = 0.24%

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

R = 51.08%
G = 0.24%
B = 48.68%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#D501CB (or 0xD501CB) is known color: Deep Magenta. HEX triplet: D5, 01 and CB. RGB value is (213,1,203). Sum of RGB (Red+Green+Blue) = 213+1+203=417 (55% of max value = 765). Red value is 213 (83.59% from 255 or 51.08% from 417); Green value is 1 (0.78% from 255 or 0.24% from 417); Blue value is 203 (79.69% from 255 or 48.68% from 417); Max value from RGB is 213 - color contains mainly: red. Hex color #D501CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D501CB is #2AFE34. Grayscale: #565656. Windows color (decimal): -2817589 or 13304277. OLE color: 13304277.

HSL color Cylindrical-coordinate representation of color #D501CB: hue angle of 302.83º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D501CB is Cyan = 0, Magento = 1.00, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 1 203 -
CMYK 0 1.00 0.05 0.16
HSL 302.83º 0.99% 0.42% -
HSV(B) 302.83º 1% 0.84% -
XYZ 38.23 18.48 58.05 -
YUV 87.42 193.24 217.57 -
System Red Green Blue C M Y K H S L
Decimal 213 1 203 0 1.00 0.05 0.16 302.83 0.99 0.42
Hex D5 1 CB 0 64 5 10 12F 63 2A
Octal 325 1 313 0 144 5 20 457 143 52
Binary 11010101 1 11001011 0 1100100 101 10000 100101111 1100011 101010

Color Harmonies of #D501CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D501CB

Black with #D501CB

Text Example


Text Example

White with #D501CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D501CB; }

 p { color: rgb(213,1,203); }

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

background-color css

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

 a { background-color: rgb(213,1,203); }

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

border-color css

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

 span { border-color: rgb(213,1,203); }

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