Html Css Color HEX #D527CD Deep Magenta

📋 copy color: '#D527CD'

red 213 ◦ green 39 ◦ blue 205

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

Shades of Deep Magenta #D527CD

Tints of Deep Magenta #D527CD

RGB

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

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

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

R = 46.61%
G = 8.53%
B = 44.86%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#D527CD (or 0xD527CD) is known color: Deep Magenta. HEX triplet: D5, 27 and CD. RGB value is (213,39,205). Sum of RGB (Red+Green+Blue) = 213+39+205=457 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.61% from 457); Green value is 39 (15.62% from 255 or 8.53% from 457); Blue value is 205 (80.47% from 255 or 44.86% from 457); Max value from RGB is 213 - color contains mainly: red. Hex color #D527CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D527CD is #2AD832. Grayscale: #6D6D6D. Windows color (decimal): -2807859 or 13445077. OLE color: 13445077.

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

Color convert

RGB 213 39 205 -
CMYK 0 0.82 0.04 0.16
HSL 302.76º 0.69% 0.49% -
HSV(B) 302.76º 0.82% 0.84% -
XYZ 39.19 20 59.55 -
YUV 109.95 181.65 201.5 -
System Red Green Blue C M Y K H S L
Decimal 213 39 205 0 0.82 0.04 0.16 302.76 0.69 0.49
Hex D5 27 CD 0 52 4 10 12F 45 31
Octal 325 47 315 0 122 4 20 457 105 61
Binary 11010101 100111 11001101 0 1010010 100 10000 100101111 1000101 110001

Color Harmonies of #D527CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D527CD

Black with #D527CD

Text Example


Text Example

White with #D527CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D527CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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