Html Css Color HEX #D727C3 Deep Magenta

📋 copy color: '#D727C3'

red 215 ◦ green 39 ◦ blue 195

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

Shades of Deep Magenta #D727C3

Tints of Deep Magenta #D727C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 43.43%

R = 47.88%
G = 8.69%
B = 43.43%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.09

 K value IS 0.16

RGB Variations

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

Color information

#D727C3 (or 0xD727C3) is known color: Deep Magenta. HEX triplet: D7, 27 and C3. RGB value is (215,39,195). Sum of RGB (Red+Green+Blue) = 215+39+195=449 (59% of max value = 765). Red value is 215 (84.38% from 255 or 47.88% from 449); Green value is 39 (15.62% from 255 or 8.69% from 449); Blue value is 195 (76.56% from 255 or 43.43% from 449); Max value from RGB is 215 - color contains mainly: red. Hex color #D727C3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D727C3 is #28D83C. Grayscale: #6C6C6C. Windows color (decimal): -2676797 or 12789719. OLE color: 12789719.

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

Color convert

RGB 215 39 195 -
CMYK 0 0.82 0.09 0.16
HSL 306.82º 0.69% 0.5% -
HSV(B) 306.82º 0.82% 0.84% -
XYZ 38.6 19.84 53.42 -
YUV 109.41 176.31 203.32 -
System Red Green Blue C M Y K H S L
Decimal 215 39 195 0 0.82 0.09 0.16 306.82 0.69 0.5
Hex D7 27 C3 0 52 9 10 133 45 32
Octal 327 47 303 0 122 11 20 463 105 62
Binary 11010111 100111 11000011 0 1010010 1001 10000 100110011 1000101 110010

Color Harmonies of #D727C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D727C3

Black with #D727C3

Text Example


Text Example

White with #D727C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D727C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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