Html Css Color HEX #D925CD Deep Magenta

📋 copy color: '#D925CD'

red 217 ◦ green 37 ◦ blue 205

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

Shades of Deep Magenta #D925CD

Tints of Deep Magenta #D925CD

RGB

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

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

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

R = 47.28%
G = 8.06%
B = 44.66%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#D925CD (or 0xD925CD) is known color: Deep Magenta. HEX triplet: D9, 25 and CD. RGB value is (217,37,205). Sum of RGB (Red+Green+Blue) = 217+37+205=459 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.28% from 459); Green value is 37 (14.84% from 255 or 8.06% from 459); Blue value is 205 (80.47% from 255 or 44.66% from 459); Max value from RGB is 217 - color contains mainly: red. Hex color #D925CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D925CD is #26DA32. Grayscale: #6D6D6D. Windows color (decimal): -2546227 or 13444569. OLE color: 13444569.

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

Color convert

RGB 217 37 205 -
CMYK 0 0.83 0.06 0.15
HSL 304º 0.71% 0.5% -
HSV(B) 304º 0.83% 0.85% -
XYZ 40.3 20.48 59.59 -
YUV 109.97 181.63 204.34 -
System Red Green Blue C M Y K H S L
Decimal 217 37 205 0 0.83 0.06 0.15 304 0.71 0.5
Hex D9 25 CD 0 53 6 F 130 47 32
Octal 331 45 315 0 123 6 17 460 107 62
Binary 11011001 100101 11001101 0 1010011 110 1111 100110000 1000111 110010

Color Harmonies of #D925CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D925CD

Black with #D925CD

Text Example


Text Example

White with #D925CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D925CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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