Html Css Color HEX #D725CD Deep Magenta

📋 copy color: '#D725CD'

red 215 ◦ green 37 ◦ blue 205

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

Shades of Deep Magenta #D725CD

Tints of Deep Magenta #D725CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 44.86%

R = 47.05%
G = 8.1%
B = 44.86%

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

#D725CD (or 0xD725CD) is known color: Deep Magenta. HEX triplet: D7, 25 and CD. RGB value is (215,37,205). Sum of RGB (Red+Green+Blue) = 215+37+205=457 (60% of max value = 765). Red value is 215 (84.38% from 255 or 47.05% from 457); Green value is 37 (14.84% from 255 or 8.10% from 457); Blue value is 205 (80.47% from 255 or 44.86% from 457); Max value from RGB is 215 - color contains mainly: red. Hex color #D725CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D725CD is #28DA32. Grayscale: #6C6C6C. Windows color (decimal): -2677299 or 13444567. OLE color: 13444567.

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

Color convert

RGB 215 37 205 -
CMYK 0 0.83 0.05 0.16
HSL 303.37º 0.71% 0.49% -
HSV(B) 303.37º 0.83% 0.84% -
XYZ 39.71 20.18 59.56 -
YUV 109.37 181.97 203.34 -
System Red Green Blue C M Y K H S L
Decimal 215 37 205 0 0.83 0.05 0.16 303.37 0.71 0.49
Hex D7 25 CD 0 53 5 10 12F 47 31
Octal 327 45 315 0 123 5 20 457 107 61
Binary 11010111 100101 11001101 0 1010011 101 10000 100101111 1000111 110001

Color Harmonies of #D725CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D725CD

Black with #D725CD

Text Example


Text Example

White with #D725CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D725CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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