Html Css Color HEX #D516CB Deep Magenta

📋 copy color: '#D516CB'

red 213 ◦ green 22 ◦ blue 203

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

Shades of Deep Magenta #D516CB

Tints of Deep Magenta #D516CB

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.02%

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

R = 48.63%
G = 5.02%
B = 46.35%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#D516CB (or 0xD516CB) is known color: Deep Magenta. HEX triplet: D5, 16 and CB. RGB value is (213,22,203). Sum of RGB (Red+Green+Blue) = 213+22+203=438 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.63% from 438); Green value is 22 (8.98% from 255 or 5.02% from 438); Blue value is 203 (79.69% from 255 or 46.35% from 438); Max value from RGB is 213 - color contains mainly: red. Hex color #D516CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D516CB is #2AE934. Grayscale: #636363. Windows color (decimal): -2812213 or 13309653. OLE color: 13309653.

HSL color Cylindrical-coordinate representation of color #D516CB: hue angle of 303.14º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D516CB is Cyan = 0, Magento = 0.90, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 22 203 -
CMYK 0 0.90 0.05 0.16
HSL 303.14º 0.81% 0.46% -
HSV(B) 303.14º 0.9% 0.84% -
XYZ 38.51 19.03 58.14 -
YUV 99.74 186.28 208.78 -
System Red Green Blue C M Y K H S L
Decimal 213 22 203 0 0.90 0.05 0.16 303.14 0.81 0.46
Hex D5 16 CB 0 5A 5 10 12F 51 2E
Octal 325 26 313 0 132 5 20 457 121 56
Binary 11010101 10110 11001011 0 1011010 101 10000 100101111 1010001 101110

Color Harmonies of #D516CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D516CB

Black with #D516CB

Text Example


Text Example

White with #D516CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D516CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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