Html Css Color HEX #D525CF Deep Magenta

📋 copy color: '#D525CF'

red 213 ◦ green 37 ◦ blue 207

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

Shades of Deep Magenta #D525CF

Tints of Deep Magenta #D525CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 45.3%

R = 46.61%
G = 8.1%
B = 45.3%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.03

 K value IS 0.16

RGB Variations

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

Color information

#D525CF (or 0xD525CF) is known color: Deep Magenta. HEX triplet: D5, 25 and CF. RGB value is (213,37,207). Sum of RGB (Red+Green+Blue) = 213+37+207=457 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.61% from 457); Green value is 37 (14.84% from 255 or 8.10% from 457); Blue value is 207 (81.25% from 255 or 45.30% from 457); Max value from RGB is 213 - color contains mainly: red. Hex color #D525CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D525CF is #2ADA30. Grayscale: #6C6C6C. Windows color (decimal): -2808369 or 13575637. OLE color: 13575637.

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

Color convert

RGB 213 37 207 -
CMYK 0 0.83 0.03 0.16
HSL 302.05º 0.7% 0.49% -
HSV(B) 302.05º 0.83% 0.84% -
XYZ 39.36 19.97 60.81 -
YUV 109 183.31 202.18 -
System Red Green Blue C M Y K H S L
Decimal 213 37 207 0 0.83 0.03 0.16 302.05 0.7 0.49
Hex D5 25 CF 0 53 3 10 12E 46 31
Octal 325 45 317 0 123 3 20 456 106 61
Binary 11010101 100101 11001111 0 1010011 11 10000 100101110 1000110 110001

Color Harmonies of #D525CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D525CF

Black with #D525CF

Text Example


Text Example

White with #D525CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D525CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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