Html Css Color HEX #D918CD Deep Magenta

📋 copy color: '#D918CD'

red 217 ◦ green 24 ◦ blue 205

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

Shades of Deep Magenta #D918CD

Tints of Deep Magenta #D918CD

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.38%

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

R = 48.65%
G = 5.38%
B = 45.96%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#D918CD (or 0xD918CD) is known color: Deep Magenta. HEX triplet: D9, 18 and CD. RGB value is (217,24,205). Sum of RGB (Red+Green+Blue) = 217+24+205=446 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.65% from 446); Green value is 24 (9.77% from 255 or 5.38% from 446); Blue value is 205 (80.47% from 255 or 45.96% from 446); Max value from RGB is 217 - color contains mainly: red. Hex color #D918CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D918CD is #26E732. Grayscale: #656565. Windows color (decimal): -2549555 or 13441241. OLE color: 13441241.

HSL color Cylindrical-coordinate representation of color #D918CD: hue angle of 303.73º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D918CD is Cyan = 0, Magento = 0.89, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 24 205 -
CMYK 0 0.89 0.06 0.15
HSL 303.73º 0.8% 0.47% -
HSV(B) 303.73º 0.89% 0.85% -
XYZ 39.96 19.81 59.48 -
YUV 102.34 185.94 209.78 -
System Red Green Blue C M Y K H S L
Decimal 217 24 205 0 0.89 0.06 0.15 303.73 0.8 0.47
Hex D9 18 CD 0 59 6 F 130 50 2F
Octal 331 30 315 0 131 6 17 460 120 57
Binary 11011001 11000 11001101 0 1011001 110 1111 100110000 1010000 101111

Color Harmonies of #D918CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D918CD

Black with #D918CD

Text Example


Text Example

White with #D918CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D918CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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