Html Css Color HEX #D91DDB Deep Magenta

📋 copy color: '#D91DDB'

red 217 ◦ green 29 ◦ blue 219

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

Shades of Deep Magenta #D91DDB

Tints of Deep Magenta #D91DDB

RGB

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

 GREEN value IS 29 (11.72% from 255) = 6.24%

 BLUE value IS 219 (85.94% from 255) = 47.1%

R = 46.67%
G = 6.24%
B = 47.1%

CMYK

 C value IS 0.01

 M value IS 0.87

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D91DDB (or 0xD91DDB) is known color: Deep Magenta. HEX triplet: D9, 1D and DB. RGB value is (217,29,219). Sum of RGB (Red+Green+Blue) = 217+29+219=465 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.67% from 465); Green value is 29 (11.72% from 255 or 6.24% from 465); Blue value is 219 (85.94% from 255 or 47.10% from 465); Max value from RGB is 219 - color contains mainly: blue. Hex color #D91DDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D91DDB is #26E224. Grayscale: #6A6A6A. Windows color (decimal): -2548261 or 14360025. OLE color: 14360025.

HSL color Cylindrical-coordinate representation of color #D91DDB: hue angle of 299.37º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D91DDB is Cyan = 0.01, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 217 29 219 -
CMYK 0.01 0.87 0 0.14
HSL 299.37º 0.77% 0.49% -
HSV(B) 299.37º 0.87% 0.86% -
XYZ 41.84 20.74 68.82 -
YUV 106.87 191.28 206.55 -
System Red Green Blue C M Y K H S L
Decimal 217 29 219 0.01 0.87 0 0.14 299.37 0.77 0.49
Hex D9 1D DB 1 57 0 E 12B 4D 31
Octal 331 35 333 1 127 0 16 453 115 61
Binary 11011001 11101 11011011 1 1010111 0 1110 100101011 1001101 110001

Color Harmonies of #D91DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D91DDB

Black with #D91DDB

Text Example


Text Example

White with #D91DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D91DDB; }

 p { color: rgb(217,29,219); }

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

background-color css

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

 a { background-color: rgb(217,29,219); }

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

border-color css

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

 span { border-color: rgb(217,29,219); }

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