Html Css Color HEX #D725CC Deep Magenta

📋 copy color: '#D725CC'

red 215 ◦ green 37 ◦ blue 204

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

Shades of Deep Magenta #D725CC

Tints of Deep Magenta #D725CC

RGB

 RED value IS 215 (84.38% from 255) = 47.15%

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

 BLUE value IS 204 (80.08% from 255) = 44.74%

R = 47.15%
G = 8.11%
B = 44.74%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#D725CC (or 0xD725CC) is known color: Deep Magenta. HEX triplet: D7, 25 and CC. RGB value is (215,37,204). Sum of RGB (Red+Green+Blue) = 215+37+204=456 (60% of max value = 765). Red value is 215 (84.38% from 255 or 47.15% from 456); Green value is 37 (14.84% from 255 or 8.11% from 456); Blue value is 204 (80.08% from 255 or 44.74% from 456); Max value from RGB is 215 - color contains mainly: red. Hex color #D725CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D725CC is #28DA33. Grayscale: #6C6C6C. Windows color (decimal): -2677300 or 13379031. OLE color: 13379031.

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

Color convert

RGB 215 37 204 -
CMYK 0 0.83 0.05 0.16
HSL 303.71º 0.71% 0.49% -
HSV(B) 303.71º 0.83% 0.84% -
XYZ 39.58 20.13 58.93 -
YUV 109.26 181.47 203.42 -
System Red Green Blue C M Y K H S L
Decimal 215 37 204 0 0.83 0.05 0.16 303.71 0.71 0.49
Hex D7 25 CC 0 53 5 10 130 47 31
Octal 327 45 314 0 123 5 20 460 107 61
Binary 11010111 100101 11001100 0 1010011 101 10000 100110000 1000111 110001

Color Harmonies of #D725CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D725CC

Black with #D725CC

Text Example


Text Example

White with #D725CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D725CC; }

 p { color: rgb(215,37,204); }

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

background-color css

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

 a { background-color: rgb(215,37,204); }

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

border-color css

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

 span { border-color: rgb(215,37,204); }

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