Html Css Color HEX #D527DF Deep Magenta

📋 copy color: '#D527DF'

red 213 ◦ green 39 ◦ blue 223

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

Shades of Deep Magenta #D527DF

Tints of Deep Magenta #D527DF

RGB

 RED value IS 213 (83.59% from 255) = 44.84%

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

 BLUE value IS 223 (87.5% from 255) = 46.95%

R = 44.84%
G = 8.21%
B = 46.95%

CMYK

 C value IS 0.04

 M value IS 0.83

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D527DF (or 0xD527DF) is known color: Deep Magenta. HEX triplet: D5, 27 and DF. RGB value is (213,39,223). Sum of RGB (Red+Green+Blue) = 213+39+223=475 (62% of max value = 765). Red value is 213 (83.59% from 255 or 44.84% from 475); Green value is 39 (15.62% from 255 or 8.21% from 475); Blue value is 223 (87.5% from 255 or 46.95% from 475); Max value from RGB is 223 - color contains mainly: blue. Hex color #D527DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D527DF is #2AD820. Grayscale: #6F6F6F. Windows color (decimal): -2807841 or 14624725. OLE color: 14624725.

HSL color Cylindrical-coordinate representation of color #D527DF: hue angle of 296.74º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D527DF is Cyan = 0.04, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 213 39 223 -
CMYK 0.04 0.83 0 0.13
HSL 296.74º 0.74% 0.51% -
HSV(B) 296.74º 0.83% 0.87% -
XYZ 41.49 20.92 71.66 -
YUV 112 190.65 200.04 -
System Red Green Blue C M Y K H S L
Decimal 213 39 223 0.04 0.83 0 0.13 296.74 0.74 0.51
Hex D5 27 DF 4 53 0 D 129 4A 33
Octal 325 47 337 4 123 0 15 451 112 63
Binary 11010101 100111 11011111 100 1010011 0 1101 100101001 1001010 110011

Color Harmonies of #D527DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D527DF

Black with #D527DF

Text Example


Text Example

White with #D527DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D527DF; }

 p { color: rgb(213,39,223); }

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

background-color css

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

 a { background-color: rgb(213,39,223); }

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

border-color css

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

 span { border-color: rgb(213,39,223); }

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