Html Css Color HEX #D527BB Deep Magenta

📋 copy color: '#D527BB'

red 213 ◦ green 39 ◦ blue 187

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

Shades of Deep Magenta #D527BB

Tints of Deep Magenta #D527BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 42.6%

R = 48.52%
G = 8.88%
B = 42.6%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.12

 K value IS 0.16

RGB Variations

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

Color information

#D527BB (or 0xD527BB) is known color: Deep Magenta. HEX triplet: D5, 27 and BB. RGB value is (213,39,187). Sum of RGB (Red+Green+Blue) = 213+39+187=439 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.52% from 439); Green value is 39 (15.62% from 255 or 8.88% from 439); Blue value is 187 (73.44% from 255 or 42.60% from 439); Max value from RGB is 213 - color contains mainly: red. Hex color #D527BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D527BB is #2AD844. Grayscale: #6B6B6B. Windows color (decimal): -2807877 or 12265429. OLE color: 12265429.

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

Color convert

RGB 213 39 187 -
CMYK 0 0.82 0.12 0.16
HSL 308.97º 0.69% 0.49% -
HSV(B) 308.97º 0.82% 0.84% -
XYZ 37.14 19.19 48.76 -
YUV 107.9 172.65 202.97 -
System Red Green Blue C M Y K H S L
Decimal 213 39 187 0 0.82 0.12 0.16 308.97 0.69 0.49
Hex D5 27 BB 0 52 C 10 135 45 31
Octal 325 47 273 0 122 14 20 465 105 61
Binary 11010101 100111 10111011 0 1010010 1100 10000 100110101 1000101 110001

Color Harmonies of #D527BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D527BB

Black with #D527BB

Text Example


Text Example

White with #D527BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D527BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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