Html Css Color HEX #D513CB Deep Magenta

📋 copy color: '#D513CB'

red 213 ◦ green 19 ◦ blue 203

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

Shades of Deep Magenta #D513CB

Tints of Deep Magenta #D513CB

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.37%

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

R = 48.97%
G = 4.37%
B = 46.67%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#D513CB (or 0xD513CB) is known color: Deep Magenta. HEX triplet: D5, 13 and CB. RGB value is (213,19,203). Sum of RGB (Red+Green+Blue) = 213+19+203=435 (57% of max value = 765). Red value is 213 (83.59% from 255 or 48.97% from 435); Green value is 19 (7.81% from 255 or 4.37% from 435); Blue value is 203 (79.69% from 255 or 46.67% from 435); Max value from RGB is 213 - color contains mainly: red. Hex color #D513CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D513CB is #2AEC34. Grayscale: #616161. Windows color (decimal): -2812981 or 13308885. OLE color: 13308885.

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

Color convert

RGB 213 19 203 -
CMYK 0 0.91 0.05 0.16
HSL 303.09º 0.84% 0.45% -
HSV(B) 303.09º 0.91% 0.84% -
XYZ 38.45 18.92 58.13 -
YUV 97.98 187.27 210.04 -
System Red Green Blue C M Y K H S L
Decimal 213 19 203 0 0.91 0.05 0.16 303.09 0.84 0.45
Hex D5 13 CB 0 5B 5 10 12F 54 2D
Octal 325 23 313 0 133 5 20 457 124 55
Binary 11010101 10011 11001011 0 1011011 101 10000 100101111 1010100 101101

Color Harmonies of #D513CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D513CB

Black with #D513CB

Text Example


Text Example

White with #D513CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D513CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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