Html Css Color HEX #D525B8 Deep Magenta

📋 copy color: '#D525B8'

red 213 ◦ green 37 ◦ blue 184

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

Shades of Deep Magenta #D525B8

Tints of Deep Magenta #D525B8

RGB

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

 GREEN value IS 37 (14.84% from 255) = 8.53%

 BLUE value IS 184 (72.27% from 255) = 42.4%

R = 49.08%
G = 8.53%
B = 42.4%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.14

 K value IS 0.16

RGB Variations

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

Color information

#D525B8 (or 0xD525B8) is known color: Deep Magenta. HEX triplet: D5, 25 and B8. RGB value is (213,37,184). Sum of RGB (Red+Green+Blue) = 213+37+184=434 (57% of max value = 765). Red value is 213 (83.59% from 255 or 49.08% from 434); Green value is 37 (14.84% from 255 or 8.53% from 434); Blue value is 184 (72.27% from 255 or 42.40% from 434); Max value from RGB is 213 - color contains mainly: red. Hex color #D525B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D525B8 is #2ADA47. Grayscale: #696969. Windows color (decimal): -2808392 or 12068309. OLE color: 12068309.

HSL color Cylindrical-coordinate representation of color #D525B8: hue angle of 309.89º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D525B8 is Cyan = 0, Magento = 0.83, Yellow = 0.14 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 37 184 -
CMYK 0 0.83 0.14 0.16
HSL 309.89º 0.7% 0.49% -
HSV(B) 309.89º 0.83% 0.84% -
XYZ 36.75 18.93 47.06 -
YUV 106.38 171.81 204.05 -
System Red Green Blue C M Y K H S L
Decimal 213 37 184 0 0.83 0.14 0.16 309.89 0.7 0.49
Hex D5 25 B8 0 53 E 10 136 46 31
Octal 325 45 270 0 123 16 20 466 106 61
Binary 11010101 100101 10111000 0 1010011 1110 10000 100110110 1000110 110001

Color Harmonies of #D525B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D525B8

Black with #D525B8

Text Example


Text Example

White with #D525B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D525B8; }

 p { color: rgb(213,37,184); }

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

background-color css

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

 a { background-color: rgb(213,37,184); }

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

border-color css

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

 span { border-color: rgb(213,37,184); }

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