Html Css Color HEX #D527CE Deep Magenta

📋 copy color: '#D527CE'

red 213 ◦ green 39 ◦ blue 206

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

Shades of Deep Magenta #D527CE

Tints of Deep Magenta #D527CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 44.98%

R = 46.51%
G = 8.52%
B = 44.98%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.03

 K value IS 0.16

RGB Variations

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

Color information

#D527CE (or 0xD527CE) is known color: Deep Magenta. HEX triplet: D5, 27 and CE. RGB value is (213,39,206). Sum of RGB (Red+Green+Blue) = 213+39+206=458 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.51% from 458); Green value is 39 (15.62% from 255 or 8.52% from 458); Blue value is 206 (80.86% from 255 or 44.98% from 458); Max value from RGB is 213 - color contains mainly: red. Hex color #D527CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D527CE is #2AD831. Grayscale: #6D6D6D. Windows color (decimal): -2807858 or 13510613. OLE color: 13510613.

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

Color convert

RGB 213 39 206 -
CMYK 0 0.82 0.03 0.16
HSL 302.41º 0.69% 0.49% -
HSV(B) 302.41º 0.82% 0.84% -
XYZ 39.31 20.05 60.19 -
YUV 110.06 182.15 201.42 -
System Red Green Blue C M Y K H S L
Decimal 213 39 206 0 0.82 0.03 0.16 302.41 0.69 0.49
Hex D5 27 CE 0 52 3 10 12E 45 31
Octal 325 47 316 0 122 3 20 456 105 61
Binary 11010101 100111 11001110 0 1010010 11 10000 100101110 1000101 110001

Color Harmonies of #D527CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D527CE

Black with #D527CE

Text Example


Text Example

White with #D527CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D527CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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