Html Css Color HEX #D915D3 Deep Magenta

📋 copy color: '#D915D3'

red 217 ◦ green 21 ◦ blue 211

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

Shades of Deep Magenta #D915D3

Tints of Deep Magenta #D915D3

RGB

 RED value IS 217 (85.16% from 255) = 48.33%

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

 BLUE value IS 211 (82.81% from 255) = 46.99%

R = 48.33%
G = 4.68%
B = 46.99%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.03

 K value IS 0.15

RGB Variations

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

Color information

#D915D3 (or 0xD915D3) is known color: Deep Magenta. HEX triplet: D9, 15 and D3. RGB value is (217,21,211). Sum of RGB (Red+Green+Blue) = 217+21+211=449 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.33% from 449); Green value is 21 (8.59% from 255 or 4.68% from 449); Blue value is 211 (82.81% from 255 or 46.99% from 449); Max value from RGB is 217 - color contains mainly: red. Hex color #D915D3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D915D3 is #26EA2C. Grayscale: #646464. Windows color (decimal): -2550317 or 13833689. OLE color: 13833689.

HSL color Cylindrical-coordinate representation of color #D915D3: hue angle of 301.84º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D915D3 is Cyan = 0, Magento = 0.90, Yellow = 0.03 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 21 211 -
CMYK 0 0.90 0.03 0.15
HSL 301.84º 0.82% 0.47% -
HSV(B) 301.84º 0.9% 0.85% -
XYZ 40.64 19.99 63.34 -
YUV 101.26 189.93 210.55 -
System Red Green Blue C M Y K H S L
Decimal 217 21 211 0 0.90 0.03 0.15 301.84 0.82 0.47
Hex D9 15 D3 0 5A 3 F 12E 52 2F
Octal 331 25 323 0 132 3 17 456 122 57
Binary 11011001 10101 11010011 0 1011010 11 1111 100101110 1010010 101111

Color Harmonies of #D915D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D915D3

Black with #D915D3

Text Example


Text Example

White with #D915D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D915D3; }

 p { color: rgb(217,21,211); }

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

background-color css

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

 a { background-color: rgb(217,21,211); }

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

border-color css

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

 span { border-color: rgb(217,21,211); }

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