Html Css Color HEX #D915D0 Deep Magenta

📋 copy color: '#D915D0'

red 217 ◦ green 21 ◦ blue 208

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

Shades of Deep Magenta #D915D0

Tints of Deep Magenta #D915D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 46.64%

R = 48.65%
G = 4.71%
B = 46.64%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.04

 K value IS 0.15

RGB Variations

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

Color information

#D915D0 (or 0xD915D0) is known color: Deep Magenta. HEX triplet: D9, 15 and D0. RGB value is (217,21,208). Sum of RGB (Red+Green+Blue) = 217+21+208=446 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.65% from 446); Green value is 21 (8.59% from 255 or 4.71% from 446); Blue value is 208 (81.64% from 255 or 46.64% from 446); Max value from RGB is 217 - color contains mainly: red. Hex color #D915D0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D915D0 is #26EA2F. Grayscale: #646464. Windows color (decimal): -2550320 or 13637081. OLE color: 13637081.

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

Color convert

RGB 217 21 208 -
CMYK 0 0.90 0.04 0.15
HSL 302.76º 0.82% 0.47% -
HSV(B) 302.76º 0.9% 0.85% -
XYZ 40.27 19.84 61.38 -
YUV 100.92 188.43 210.79 -
System Red Green Blue C M Y K H S L
Decimal 217 21 208 0 0.90 0.04 0.15 302.76 0.82 0.47
Hex D9 15 D0 0 5A 4 F 12F 52 2F
Octal 331 25 320 0 132 4 17 457 122 57
Binary 11011001 10101 11010000 0 1011010 100 1111 100101111 1010010 101111

Color Harmonies of #D915D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D915D0

Black with #D915D0

Text Example


Text Example

White with #D915D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D915D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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