Html Css Color HEX #D525C7 Deep Magenta

📋 copy color: '#D525C7'

red 213 ◦ green 37 ◦ blue 199

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

Shades of Deep Magenta #D525C7

Tints of Deep Magenta #D525C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 44.32%

R = 47.44%
G = 8.24%
B = 44.32%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.07

 K value IS 0.16

RGB Variations

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

Color information

#D525C7 (or 0xD525C7) is known color: Deep Magenta. HEX triplet: D5, 25 and C7. RGB value is (213,37,199). Sum of RGB (Red+Green+Blue) = 213+37+199=449 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.44% from 449); Green value is 37 (14.84% from 255 or 8.24% from 449); Blue value is 199 (78.12% from 255 or 44.32% from 449); Max value from RGB is 213 - color contains mainly: red. Hex color #D525C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D525C7 is #2ADA38. Grayscale: #6B6B6B. Windows color (decimal): -2808377 or 13051349. OLE color: 13051349.

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

Color convert

RGB 213 37 199 -
CMYK 0 0.83 0.07 0.16
HSL 304.77º 0.7% 0.49% -
HSV(B) 304.77º 0.83% 0.84% -
XYZ 38.41 19.59 55.79 -
YUV 108.09 179.31 202.83 -
System Red Green Blue C M Y K H S L
Decimal 213 37 199 0 0.83 0.07 0.16 304.77 0.7 0.49
Hex D5 25 C7 0 53 7 10 131 46 31
Octal 325 45 307 0 123 7 20 461 106 61
Binary 11010101 100101 11000111 0 1010011 111 10000 100110001 1000110 110001

Color Harmonies of #D525C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D525C7

Black with #D525C7

Text Example


Text Example

White with #D525C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D525C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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