Html Css Color HEX #D505CD Deep Magenta

📋 copy color: '#D505CD'

red 213 ◦ green 5 ◦ blue 205

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

Shades of Deep Magenta #D505CD

Tints of Deep Magenta #D505CD

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.18%

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

R = 50.35%
G = 1.18%
B = 48.46%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#D505CD (or 0xD505CD) is known color: Deep Magenta. HEX triplet: D5, 05 and CD. RGB value is (213,5,205). Sum of RGB (Red+Green+Blue) = 213+5+205=423 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50.35% from 423); Green value is 5 (2.34% from 255 or 1.18% from 423); Blue value is 205 (80.47% from 255 or 48.46% from 423); Max value from RGB is 213 - color contains mainly: red. Hex color #D505CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D505CD is #2AFA32. Grayscale: #595959. Windows color (decimal): -2816563 or 13436373. OLE color: 13436373.

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

Color convert

RGB 213 5 205 -
CMYK 0 0.98 0.04 0.16
HSL 302.31º 0.95% 0.43% -
HSV(B) 302.31º 0.98% 0.84% -
XYZ 38.51 18.66 59.33 -
YUV 89.99 192.91 215.74 -
System Red Green Blue C M Y K H S L
Decimal 213 5 205 0 0.98 0.04 0.16 302.31 0.95 0.43
Hex D5 5 CD 0 62 4 10 12E 5F 2B
Octal 325 5 315 0 142 4 20 456 137 53
Binary 11010101 101 11001101 0 1100010 100 10000 100101110 1011111 101011

Color Harmonies of #D505CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D505CD

Black with #D505CD

Text Example


Text Example

White with #D505CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D505CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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