Html Css Color HEX #D727C9 Deep Magenta

📋 copy color: '#D727C9'

red 215 ◦ green 39 ◦ blue 201

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

Shades of Deep Magenta #D727C9

Tints of Deep Magenta #D727C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 44.18%

R = 47.25%
G = 8.57%
B = 44.18%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.07

 K value IS 0.16

RGB Variations

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

Color information

#D727C9 (or 0xD727C9) is known color: Deep Magenta. HEX triplet: D7, 27 and C9. RGB value is (215,39,201). Sum of RGB (Red+Green+Blue) = 215+39+201=455 (60% of max value = 765). Red value is 215 (84.38% from 255 or 47.25% from 455); Green value is 39 (15.62% from 255 or 8.57% from 455); Blue value is 201 (78.91% from 255 or 44.18% from 455); Max value from RGB is 215 - color contains mainly: red. Hex color #D727C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D727C9 is #28D836. Grayscale: #6D6D6D. Windows color (decimal): -2676791 or 13182935. OLE color: 13182935.

HSL color Cylindrical-coordinate representation of color #D727C9: hue angle of 304.77º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D727C9 is Cyan = 0, Magento = 0.82, Yellow = 0.07 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 39 201 -
CMYK 0 0.82 0.07 0.16
HSL 304.77º 0.69% 0.5% -
HSV(B) 304.77º 0.82% 0.84% -
XYZ 39.29 20.12 57.07 -
YUV 110.09 179.31 202.83 -
System Red Green Blue C M Y K H S L
Decimal 215 39 201 0 0.82 0.07 0.16 304.77 0.69 0.5
Hex D7 27 C9 0 52 7 10 131 45 32
Octal 327 47 311 0 122 7 20 461 105 62
Binary 11010111 100111 11001001 0 1010010 111 10000 100110001 1000101 110010

Color Harmonies of #D727C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D727C9

Black with #D727C9

Text Example


Text Example

White with #D727C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D727C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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