Html Css Color HEX #D727DB Deep Magenta

📋 copy color: '#D727DB'

red 215 ◦ green 39 ◦ blue 219

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

Shades of Deep Magenta #D727DB

Tints of Deep Magenta #D727DB

RGB

 RED value IS 215 (84.38% from 255) = 45.45%

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

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

R = 45.45%
G = 8.25%
B = 46.3%

CMYK

 C value IS 0.02

 M value IS 0.82

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D727DB (or 0xD727DB) is known color: Deep Magenta. HEX triplet: D7, 27 and DB. RGB value is (215,39,219). Sum of RGB (Red+Green+Blue) = 215+39+219=473 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.45% from 473); Green value is 39 (15.62% from 255 or 8.25% from 473); Blue value is 219 (85.94% from 255 or 46.30% from 473); Max value from RGB is 219 - color contains mainly: blue. Hex color #D727DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D727DB is #28D824. Grayscale: #6F6F6F. Windows color (decimal): -2676773 or 14362583. OLE color: 14362583.

HSL color Cylindrical-coordinate representation of color #D727DB: hue angle of 298.67º 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 #D727DB is Cyan = 0.02, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 215 39 219 -
CMYK 0.02 0.82 0 0.14
HSL 298.67º 0.71% 0.51% -
HSV(B) 298.67º 0.82% 0.86% -
XYZ 41.54 21.01 68.88 -
YUV 112.14 188.31 201.36 -
System Red Green Blue C M Y K H S L
Decimal 215 39 219 0.02 0.82 0 0.14 298.67 0.71 0.51
Hex D7 27 DB 2 52 0 E 12B 47 33
Octal 327 47 333 2 122 0 16 453 107 63
Binary 11010111 100111 11011011 10 1010010 0 1110 100101011 1000111 110011

Color Harmonies of #D727DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D727DB

Black with #D727DB

Text Example


Text Example

White with #D727DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D727DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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