Html Css Color HEX #D508CD Deep Magenta

📋 copy color: '#D508CD'

red 213 ◦ green 8 ◦ blue 205

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

Shades of Deep Magenta #D508CD

Tints of Deep Magenta #D508CD

RGB

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

 GREEN value IS 8 (3.52% from 255) = 1.88%

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

R = 50%
G = 1.88%
B = 48.12%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#D508CD (or 0xD508CD) is known color: Deep Magenta. HEX triplet: D5, 08 and CD. RGB value is (213,8,205). Sum of RGB (Red+Green+Blue) = 213+8+205=426 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50% from 426); Green value is 8 (3.52% from 255 or 1.88% from 426); Blue value is 205 (80.47% from 255 or 48.12% from 426); Max value from RGB is 213 - color contains mainly: red. Hex color #D508CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D508CD is #2AF732. Grayscale: #5B5B5B. Windows color (decimal): -2815795 or 13437141. OLE color: 13437141.

HSL color Cylindrical-coordinate representation of color #D508CD: hue angle of 302.34º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D508CD is Cyan = 0, Magento = 0.96, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 8 205 -
CMYK 0 0.96 0.04 0.16
HSL 302.34º 0.93% 0.43% -
HSV(B) 302.34º 0.96% 0.84% -
XYZ 38.55 18.73 59.34 -
YUV 91.75 191.92 214.48 -
System Red Green Blue C M Y K H S L
Decimal 213 8 205 0 0.96 0.04 0.16 302.34 0.93 0.43
Hex D5 8 CD 0 60 4 10 12E 5D 2B
Octal 325 10 315 0 140 4 20 456 135 53
Binary 11010101 1000 11001101 0 1100000 100 10000 100101110 1011101 101011

Color Harmonies of #D508CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D508CD

Black with #D508CD

Text Example


Text Example

White with #D508CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D508CD; }

 p { color: rgb(213,8,205); }

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

background-color css

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

 a { background-color: rgb(213,8,205); }

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

border-color css

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

 span { border-color: rgb(213,8,205); }

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