Html Css Color HEX #D526CC Deep Magenta

📋 copy color: '#D526CC'

red 213 ◦ green 38 ◦ blue 204

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

Shades of Deep Magenta #D526CC

Tints of Deep Magenta #D526CC

RGB

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

 GREEN value IS 38 (15.23% from 255) = 8.35%

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

R = 46.81%
G = 8.35%
B = 44.84%

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

#D526CC (or 0xD526CC) is known color: Deep Magenta. HEX triplet: D5, 26 and CC. RGB value is (213,38,204). Sum of RGB (Red+Green+Blue) = 213+38+204=455 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.81% from 455); Green value is 38 (15.23% from 255 or 8.35% from 455); Blue value is 204 (80.08% from 255 or 44.84% from 455); Max value from RGB is 213 - color contains mainly: red. Hex color #D526CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D526CC is #2AD933. Grayscale: #6C6C6C. Windows color (decimal): -2808116 or 13379285. OLE color: 13379285.

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

Color convert

RGB 213 38 204 -
CMYK 0 0.82 0.04 0.16
HSL 303.09º 0.7% 0.49% -
HSV(B) 303.09º 0.82% 0.84% -
XYZ 39.03 19.89 58.91 -
YUV 109.25 181.48 202 -
System Red Green Blue C M Y K H S L
Decimal 213 38 204 0 0.82 0.04 0.16 303.09 0.7 0.49
Hex D5 26 CC 0 52 4 10 12F 46 31
Octal 325 46 314 0 122 4 20 457 106 61
Binary 11010101 100110 11001100 0 1010010 100 10000 100101111 1000110 110001

Color Harmonies of #D526CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D526CC

Black with #D526CC

Text Example


Text Example

White with #D526CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D526CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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