Html Css Color HEX #D515CA Deep Magenta

📋 copy color: '#D515CA'

red 213 ◦ green 21 ◦ blue 202

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

Shades of Deep Magenta #D515CA

Tints of Deep Magenta #D515CA

RGB

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

 GREEN value IS 21 (8.59% from 255) = 4.82%

 BLUE value IS 202 (79.3% from 255) = 46.33%

R = 48.85%
G = 4.82%
B = 46.33%

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

#D515CA (or 0xD515CA) is known color: Deep Magenta. HEX triplet: D5, 15 and CA. RGB value is (213,21,202). Sum of RGB (Red+Green+Blue) = 213+21+202=436 (57% of max value = 765). Red value is 213 (83.59% from 255 or 48.85% from 436); Green value is 21 (8.59% from 255 or 4.82% from 436); Blue value is 202 (79.30% from 255 or 46.33% from 436); Max value from RGB is 213 - color contains mainly: red. Hex color #D515CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D515CA is #2AEA35. Grayscale: #626262. Windows color (decimal): -2812470 or 13243861. OLE color: 13243861.

HSL color Cylindrical-coordinate representation of color #D515CA: hue angle of 303.44º degrees, saturation: 0.82, 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 #D515CA is Cyan = 0, Magento = 0.90, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 21 202 -
CMYK 0 0.90 0.05 0.16
HSL 303.44º 0.82% 0.46% -
HSV(B) 303.44º 0.9% 0.84% -
XYZ 38.37 18.95 57.51 -
YUV 99.04 186.11 209.28 -
System Red Green Blue C M Y K H S L
Decimal 213 21 202 0 0.90 0.05 0.16 303.44 0.82 0.46
Hex D5 15 CA 0 5A 5 10 12F 52 2E
Octal 325 25 312 0 132 5 20 457 122 56
Binary 11010101 10101 11001010 0 1011010 101 10000 100101111 1010010 101110

Color Harmonies of #D515CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D515CA

Black with #D515CA

Text Example


Text Example

White with #D515CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D515CA; }

 p { color: rgb(213,21,202); }

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

background-color css

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

 a { background-color: rgb(213,21,202); }

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

border-color css

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

 span { border-color: rgb(213,21,202); }

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