Html Css Color HEX #D727CD Deep Magenta

📋 copy color: '#D727CD'

red 215 ◦ green 39 ◦ blue 205

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

Shades of Deep Magenta #D727CD

Tints of Deep Magenta #D727CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 44.66%

R = 46.84%
G = 8.5%
B = 44.66%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#D727CD (or 0xD727CD) is known color: Deep Magenta. HEX triplet: D7, 27 and CD. RGB value is (215,39,205). Sum of RGB (Red+Green+Blue) = 215+39+205=459 (60% of max value = 765). Red value is 215 (84.38% from 255 or 46.84% from 459); Green value is 39 (15.62% from 255 or 8.50% from 459); Blue value is 205 (80.47% from 255 or 44.66% from 459); Max value from RGB is 215 - color contains mainly: red. Hex color #D727CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D727CD is #28D832. Grayscale: #6E6E6E. Windows color (decimal): -2676787 or 13445079. OLE color: 13445079.

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

Color convert

RGB 215 39 205 -
CMYK 0 0.82 0.05 0.16
HSL 303.41º 0.69% 0.5% -
HSV(B) 303.41º 0.82% 0.84% -
XYZ 39.77 20.31 59.58 -
YUV 110.55 181.31 202.5 -
System Red Green Blue C M Y K H S L
Decimal 215 39 205 0 0.82 0.05 0.16 303.41 0.69 0.5
Hex D7 27 CD 0 52 5 10 12F 45 32
Octal 327 47 315 0 122 5 20 457 105 62
Binary 11010111 100111 11001101 0 1010010 101 10000 100101111 1000101 110010

Color Harmonies of #D727CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D727CD

Black with #D727CD

Text Example


Text Example

White with #D727CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D727CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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