Html Css Color HEX #D914DD Deep Magenta

📋 copy color: '#D914DD'

red 217 ◦ green 20 ◦ blue 221

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

Shades of Deep Magenta #D914DD

Tints of Deep Magenta #D914DD

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.37%

 BLUE value IS 221 (86.72% from 255) = 48.25%

R = 47.38%
G = 4.37%
B = 48.25%

CMYK

 C value IS 0.02

 M value IS 0.91

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D914DD (or 0xD914DD) is known color: Deep Magenta. HEX triplet: D9, 14 and DD. RGB value is (217,20,221). Sum of RGB (Red+Green+Blue) = 217+20+221=458 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.38% from 458); Green value is 20 (8.20% from 255 or 4.37% from 458); Blue value is 221 (86.72% from 255 or 48.25% from 458); Max value from RGB is 221 - color contains mainly: blue. Hex color #D914DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D914DD is #26EB22. Grayscale: #656565. Windows color (decimal): -2550563 or 14488793. OLE color: 14488793.

HSL color Cylindrical-coordinate representation of color #D914DD: hue angle of 298.81º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D914DD is Cyan = 0.02, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 217 20 221 -
CMYK 0.02 0.91 0 0.13
HSL 298.81º 0.83% 0.47% -
HSV(B) 298.81º 0.91% 0.87% -
XYZ 41.92 20.47 70.15 -
YUV 101.82 195.27 210.16 -
System Red Green Blue C M Y K H S L
Decimal 217 20 221 0.02 0.91 0 0.13 298.81 0.83 0.47
Hex D9 14 DD 2 5B 0 D 12B 53 2F
Octal 331 24 335 2 133 0 15 453 123 57
Binary 11011001 10100 11011101 10 1011011 0 1101 100101011 1010011 101111

Color Harmonies of #D914DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D914DD

Black with #D914DD

Text Example


Text Example

White with #D914DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D914DD; }

 p { color: rgb(217,20,221); }

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

background-color css

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

 a { background-color: rgb(217,20,221); }

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

border-color css

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

 span { border-color: rgb(217,20,221); }

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