Html Css Color HEX #D927DB Deep Magenta

📋 copy color: '#D927DB'

red 217 ◦ green 39 ◦ blue 219

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

Shades of Deep Magenta #D927DB

Tints of Deep Magenta #D927DB

RGB

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

 GREEN value IS 39 (15.63% from 255) = 8.21%

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

R = 45.68%
G = 8.21%
B = 46.11%

CMYK

 C value IS 0.01

 M value IS 0.82

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D927DB (or 0xD927DB) is known color: Deep Magenta. HEX triplet: D9, 27 and DB. RGB value is (217,39,219). Sum of RGB (Red+Green+Blue) = 217+39+219=475 (62% of max value = 765). Red value is 217 (85.16% from 255 or 45.68% from 475); Green value is 39 (15.62% from 255 or 8.21% from 475); Blue value is 219 (85.94% from 255 or 46.11% from 475); Max value from RGB is 219 - color contains mainly: blue. Hex color #D927DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D927DB is #26D824. Grayscale: #707070. Windows color (decimal): -2545701 or 14362585. OLE color: 14362585.

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

Color convert

RGB 217 39 219 -
CMYK 0.01 0.82 0 0.14
HSL 299.33º 0.71% 0.51% -
HSV(B) 299.33º 0.82% 0.86% -
XYZ 42.13 21.32 68.91 -
YUV 112.74 187.97 202.36 -
System Red Green Blue C M Y K H S L
Decimal 217 39 219 0.01 0.82 0 0.14 299.33 0.71 0.51
Hex D9 27 DB 1 52 0 E 12B 47 33
Octal 331 47 333 1 122 0 16 453 107 63
Binary 11011001 100111 11011011 1 1010010 0 1110 100101011 1000111 110011

Color Harmonies of #D927DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D927DB

Black with #D927DB

Text Example


Text Example

White with #D927DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D927DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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