Html Css Color HEX #D928CD Deep Magenta

📋 copy color: '#D928CD'

red 217 ◦ green 40 ◦ blue 205

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

Shades of Deep Magenta #D928CD

Tints of Deep Magenta #D928CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 44.37%

R = 46.97%
G = 8.66%
B = 44.37%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#D928CD (or 0xD928CD) is known color: Deep Magenta. HEX triplet: D9, 28 and CD. RGB value is (217,40,205). Sum of RGB (Red+Green+Blue) = 217+40+205=462 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.97% from 462); Green value is 40 (16.02% from 255 or 8.66% from 462); Blue value is 205 (80.47% from 255 or 44.37% from 462); Max value from RGB is 217 - color contains mainly: red. Hex color #D928CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D928CD is #26D732. Grayscale: #6F6F6F. Windows color (decimal): -2545459 or 13445337. OLE color: 13445337.

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

Color convert

RGB 217 40 205 -
CMYK 0 0.82 0.06 0.15
HSL 304.07º 0.7% 0.5% -
HSV(B) 304.07º 0.82% 0.85% -
XYZ 40.39 20.68 59.62 -
YUV 111.73 180.64 203.08 -
System Red Green Blue C M Y K H S L
Decimal 217 40 205 0 0.82 0.06 0.15 304.07 0.7 0.5
Hex D9 28 CD 0 52 6 F 130 46 32
Octal 331 50 315 0 122 6 17 460 106 62
Binary 11011001 101000 11001101 0 1010010 110 1111 100110000 1000110 110010

Color Harmonies of #D928CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D928CD

Black with #D928CD

Text Example


Text Example

White with #D928CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D928CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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