Html Css Color HEX #D526CA Deep Magenta

📋 copy color: '#D526CA'

red 213 ◦ green 38 ◦ blue 202

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

Shades of Deep Magenta #D526CA

Tints of Deep Magenta #D526CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 44.59%

R = 47.02%
G = 8.39%
B = 44.59%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#D526CA (or 0xD526CA) is known color: Deep Magenta. HEX triplet: D5, 26 and CA. RGB value is (213,38,202). Sum of RGB (Red+Green+Blue) = 213+38+202=453 (60% of max value = 765). Red value is 213 (83.59% from 255 or 47.02% from 453); Green value is 38 (15.23% from 255 or 8.39% from 453); Blue value is 202 (79.30% from 255 or 44.59% from 453); Max value from RGB is 213 - color contains mainly: red. Hex color #D526CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D526CA is #2AD935. Grayscale: #6C6C6C. Windows color (decimal): -2808118 or 13248213. OLE color: 13248213.

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

Color convert

RGB 213 38 202 -
CMYK 0 0.82 0.05 0.16
HSL 303.77º 0.7% 0.49% -
HSV(B) 303.77º 0.82% 0.84% -
XYZ 38.79 19.8 57.65 -
YUV 109.02 180.48 202.16 -
System Red Green Blue C M Y K H S L
Decimal 213 38 202 0 0.82 0.05 0.16 303.77 0.7 0.49
Hex D5 26 CA 0 52 5 10 130 46 31
Octal 325 46 312 0 122 5 20 460 106 61
Binary 11010101 100110 11001010 0 1010010 101 10000 100110000 1000110 110001

Color Harmonies of #D526CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D526CA

Black with #D526CA

Text Example


Text Example

White with #D526CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D526CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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