Html Css Color HEX #D91CDD Deep Magenta

📋 copy color: '#D91CDD'

red 217 ◦ green 28 ◦ blue 221

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

Shades of Deep Magenta #D91CDD

Tints of Deep Magenta #D91CDD

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.01%

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

R = 46.57%
G = 6.01%
B = 47.42%

CMYK

 C value IS 0.02

 M value IS 0.87

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D91CDD (or 0xD91CDD) is known color: Deep Magenta. HEX triplet: D9, 1C and DD. RGB value is (217,28,221). Sum of RGB (Red+Green+Blue) = 217+28+221=466 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.57% from 466); Green value is 28 (11.33% from 255 or 6.01% from 466); Blue value is 221 (86.72% from 255 or 47.42% from 466); Max value from RGB is 221 - color contains mainly: blue. Hex color #D91CDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D91CDD is #26E322. Grayscale: #696969. Windows color (decimal): -2548515 or 14490841. OLE color: 14490841.

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

Color convert

RGB 217 28 221 -
CMYK 0.02 0.87 0 0.13
HSL 298.76º 0.78% 0.49% -
HSV(B) 298.76º 0.87% 0.87% -
XYZ 42.08 20.8 70.2 -
YUV 106.51 192.62 206.81 -
System Red Green Blue C M Y K H S L
Decimal 217 28 221 0.02 0.87 0 0.13 298.76 0.78 0.49
Hex D9 1C DD 2 57 0 D 12B 4E 31
Octal 331 34 335 2 127 0 15 453 116 61
Binary 11011001 11100 11011101 10 1010111 0 1101 100101011 1001110 110001

Color Harmonies of #D91CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D91CDD

Black with #D91CDD

Text Example


Text Example

White with #D91CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D91CDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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