Html Css Color HEX #D515CC Deep Magenta

📋 copy color: '#D515CC'

red 213 ◦ green 21 ◦ blue 204

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

Shades of Deep Magenta #D515CC

Tints of Deep Magenta #D515CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 46.58%

R = 48.63%
G = 4.79%
B = 46.58%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#D515CC (or 0xD515CC) is known color: Deep Magenta. HEX triplet: D5, 15 and CC. RGB value is (213,21,204). Sum of RGB (Red+Green+Blue) = 213+21+204=438 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.63% from 438); Green value is 21 (8.59% from 255 or 4.79% from 438); Blue value is 204 (80.08% from 255 or 46.58% from 438); Max value from RGB is 213 - color contains mainly: red. Hex color #D515CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D515CC is #2AEA33. Grayscale: #626262. Windows color (decimal): -2812468 or 13374933. OLE color: 13374933.

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

Color convert

RGB 213 21 204 -
CMYK 0 0.90 0.04 0.16
HSL 302.81º 0.82% 0.46% -
HSV(B) 302.81º 0.9% 0.84% -
XYZ 38.61 19.04 58.77 -
YUV 99.27 187.11 209.12 -
System Red Green Blue C M Y K H S L
Decimal 213 21 204 0 0.90 0.04 0.16 302.81 0.82 0.46
Hex D5 15 CC 0 5A 4 10 12F 52 2E
Octal 325 25 314 0 132 4 20 457 122 56
Binary 11010101 10101 11001100 0 1011010 100 10000 100101111 1010010 101110

Color Harmonies of #D515CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D515CC

Black with #D515CC

Text Example


Text Example

White with #D515CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D515CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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