Html Css Color HEX #D527CC Deep Magenta

📋 copy color: '#D527CC'

red 213 ◦ green 39 ◦ blue 204

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

Shades of Deep Magenta #D527CC

Tints of Deep Magenta #D527CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 44.74%

R = 46.71%
G = 8.55%
B = 44.74%

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

#D527CC (or 0xD527CC) is known color: Deep Magenta. HEX triplet: D5, 27 and CC. RGB value is (213,39,204). Sum of RGB (Red+Green+Blue) = 213+39+204=456 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.71% from 456); Green value is 39 (15.62% from 255 or 8.55% from 456); Blue value is 204 (80.08% from 255 or 44.74% from 456); Max value from RGB is 213 - color contains mainly: red. Hex color #D527CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D527CC is #2AD833. Grayscale: #6D6D6D. Windows color (decimal): -2807860 or 13379541. OLE color: 13379541.

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

Color convert

RGB 213 39 204 -
CMYK 0 0.82 0.04 0.16
HSL 303.1º 0.69% 0.49% -
HSV(B) 303.1º 0.82% 0.84% -
XYZ 39.07 19.96 58.92 -
YUV 109.84 181.15 201.58 -
System Red Green Blue C M Y K H S L
Decimal 213 39 204 0 0.82 0.04 0.16 303.1 0.69 0.49
Hex D5 27 CC 0 52 4 10 12F 45 31
Octal 325 47 314 0 122 4 20 457 105 61
Binary 11010101 100111 11001100 0 1010010 100 10000 100101111 1000101 110001

Color Harmonies of #D527CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D527CC

Black with #D527CC

Text Example


Text Example

White with #D527CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D527CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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