Html Css Color HEX #D925D5 Deep Magenta

📋 copy color: '#D925D5'

red 217 ◦ green 37 ◦ blue 213

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

Shades of Deep Magenta #D925D5

Tints of Deep Magenta #D925D5

RGB

 RED value IS 217 (85.16% from 255) = 46.47%

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

 BLUE value IS 213 (83.59% from 255) = 45.61%

R = 46.47%
G = 7.92%
B = 45.61%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.02

 K value IS 0.15

RGB Variations

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

Color information

#D925D5 (or 0xD925D5) is known color: Deep Magenta. HEX triplet: D9, 25 and D5. RGB value is (217,37,213). Sum of RGB (Red+Green+Blue) = 217+37+213=467 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.47% from 467); Green value is 37 (14.84% from 255 or 7.92% from 467); Blue value is 213 (83.59% from 255 or 45.61% from 467); Max value from RGB is 217 - color contains mainly: red. Hex color #D925D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D925D5 is #26DA2A. Grayscale: #6E6E6E. Windows color (decimal): -2546219 or 13968857. OLE color: 13968857.

HSL color Cylindrical-coordinate representation of color #D925D5: hue angle of 301.33º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D925D5 is Cyan = 0, Magento = 0.83, Yellow = 0.02 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 37 213 -
CMYK 0 0.83 0.02 0.15
HSL 301.33º 0.71% 0.5% -
HSV(B) 301.33º 0.83% 0.85% -
XYZ 41.29 20.88 64.8 -
YUV 110.88 185.63 203.69 -
System Red Green Blue C M Y K H S L
Decimal 217 37 213 0 0.83 0.02 0.15 301.33 0.71 0.5
Hex D9 25 D5 0 53 2 F 12D 47 32
Octal 331 45 325 0 123 2 17 455 107 62
Binary 11011001 100101 11010101 0 1010011 10 1111 100101101 1000111 110010

Color Harmonies of #D925D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D925D5

Black with #D925D5

Text Example


Text Example

White with #D925D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D925D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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