Html Css Color HEX #D91CDB Deep Magenta

📋 copy color: '#D91CDB'

red 217 ◦ green 28 ◦ blue 219

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

Shades of Deep Magenta #D91CDB

Tints of Deep Magenta #D91CDB

RGB

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

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

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

R = 46.77%
G = 6.03%
B = 47.2%

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

#D91CDB (or 0xD91CDB) is known color: Deep Magenta. HEX triplet: D9, 1C and DB. RGB value is (217,28,219). Sum of RGB (Red+Green+Blue) = 217+28+219=464 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.77% from 464); Green value is 28 (11.33% from 255 or 6.03% from 464); Blue value is 219 (85.94% from 255 or 47.20% from 464); Max value from RGB is 219 - color contains mainly: blue. Hex color #D91CDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D91CDB is #26E324. Grayscale: #696969. Windows color (decimal): -2548517 or 14359769. OLE color: 14359769.

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

Color convert

RGB 217 28 219 -
CMYK 0.01 0.87 0 0.14
HSL 299.37º 0.77% 0.48% -
HSV(B) 299.37º 0.87% 0.86% -
XYZ 41.82 20.7 68.81 -
YUV 106.29 191.62 206.97 -
System Red Green Blue C M Y K H S L
Decimal 217 28 219 0.01 0.87 0 0.14 299.37 0.77 0.48
Hex D9 1C DB 1 57 0 E 12B 4D 30
Octal 331 34 333 1 127 0 16 453 115 60
Binary 11011001 11100 11011011 1 1010111 0 1110 100101011 1001101 110000

Color Harmonies of #D91CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D91CDB

Black with #D91CDB

Text Example


Text Example

White with #D91CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D91CDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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