Html Css Color HEX #D510CD Deep Magenta

📋 copy color: '#D510CD'

red 213 ◦ green 16 ◦ blue 205

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

Shades of Deep Magenta #D510CD

Tints of Deep Magenta #D510CD

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.69%

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

R = 49.08%
G = 3.69%
B = 47.24%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#D510CD (or 0xD510CD) is known color: Deep Magenta. HEX triplet: D5, 10 and CD. RGB value is (213,16,205). Sum of RGB (Red+Green+Blue) = 213+16+205=434 (57% of max value = 765). Red value is 213 (83.59% from 255 or 49.08% from 434); Green value is 16 (6.64% from 255 or 3.69% from 434); Blue value is 205 (80.47% from 255 or 47.24% from 434); Max value from RGB is 213 - color contains mainly: red. Hex color #D510CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D510CD is #2AEF32. Grayscale: #5F5F5F. Windows color (decimal): -2813747 or 13439189. OLE color: 13439189.

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

Color convert

RGB 213 16 205 -
CMYK 0 0.92 0.04 0.16
HSL 302.44º 0.86% 0.45% -
HSV(B) 302.44º 0.92% 0.84% -
XYZ 38.65 18.92 59.37 -
YUV 96.45 189.27 211.13 -
System Red Green Blue C M Y K H S L
Decimal 213 16 205 0 0.92 0.04 0.16 302.44 0.86 0.45
Hex D5 10 CD 0 5C 4 10 12E 56 2D
Octal 325 20 315 0 134 4 20 456 126 55
Binary 11010101 10000 11001101 0 1011100 100 10000 100101110 1010110 101101

Color Harmonies of #D510CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D510CD

Black with #D510CD

Text Example


Text Example

White with #D510CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D510CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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