Html Css Color HEX #D928D0 Deep Magenta

📋 copy color: '#D928D0'

red 217 ◦ green 40 ◦ blue 208

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

Shades of Deep Magenta #D928D0

Tints of Deep Magenta #D928D0

RGB

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

 GREEN value IS 40 (16.02% from 255) = 8.6%

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

R = 46.67%
G = 8.6%
B = 44.73%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.04

 K value IS 0.15

RGB Variations

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

Color information

#D928D0 (or 0xD928D0) is known color: Deep Magenta. HEX triplet: D9, 28 and D0. RGB value is (217,40,208). Sum of RGB (Red+Green+Blue) = 217+40+208=465 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.67% from 465); Green value is 40 (16.02% from 255 or 8.60% from 465); Blue value is 208 (81.64% from 255 or 44.73% from 465); Max value from RGB is 217 - color contains mainly: red. Hex color #D928D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D928D0 is #26D72F. Grayscale: #6F6F6F. Windows color (decimal): -2545456 or 13641945. OLE color: 13641945.

HSL color Cylindrical-coordinate representation of color #D928D0: hue angle of 303.05º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D928D0 is Cyan = 0, Magento = 0.82, Yellow = 0.04 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 40 208 -
CMYK 0 0.82 0.04 0.15
HSL 303.05º 0.7% 0.5% -
HSV(B) 303.05º 0.82% 0.85% -
XYZ 40.76 20.82 61.55 -
YUV 112.08 182.14 202.84 -
System Red Green Blue C M Y K H S L
Decimal 217 40 208 0 0.82 0.04 0.15 303.05 0.7 0.5
Hex D9 28 D0 0 52 4 F 12F 46 32
Octal 331 50 320 0 122 4 17 457 106 62
Binary 11011001 101000 11010000 0 1010010 100 1111 100101111 1000110 110010

Color Harmonies of #D928D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D928D0

Black with #D928D0

Text Example


Text Example

White with #D928D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D928D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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