Html Css Color HEX #D526CE Deep Magenta

📋 copy color: '#D526CE'

red 213 ◦ green 38 ◦ blue 206

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

Shades of Deep Magenta #D526CE

Tints of Deep Magenta #D526CE

RGB

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

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

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

R = 46.61%
G = 8.32%
B = 45.08%

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

#D526CE (or 0xD526CE) is known color: Deep Magenta. HEX triplet: D5, 26 and CE. RGB value is (213,38,206). Sum of RGB (Red+Green+Blue) = 213+38+206=457 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.61% from 457); Green value is 38 (15.23% from 255 or 8.32% from 457); Blue value is 206 (80.86% from 255 or 45.08% from 457); Max value from RGB is 213 - color contains mainly: red. Hex color #D526CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D526CE is #2AD931. Grayscale: #6C6C6C. Windows color (decimal): -2808114 or 13510357. OLE color: 13510357.

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

Color convert

RGB 213 38 206 -
CMYK 0 0.82 0.03 0.16
HSL 302.4º 0.7% 0.49% -
HSV(B) 302.4º 0.82% 0.84% -
XYZ 39.27 19.99 60.18 -
YUV 109.48 182.48 201.84 -
System Red Green Blue C M Y K H S L
Decimal 213 38 206 0 0.82 0.03 0.16 302.4 0.7 0.49
Hex D5 26 CE 0 52 3 10 12E 46 31
Octal 325 46 316 0 122 3 20 456 106 61
Binary 11010101 100110 11001110 0 1010010 11 10000 100101110 1000110 110001

Color Harmonies of #D526CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D526CE

Black with #D526CE

Text Example


Text Example

White with #D526CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D526CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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