Html Css Color HEX #D51CCD Deep Magenta

📋 copy color: '#D51CCD'

red 213 ◦ green 28 ◦ blue 205

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

Shades of Deep Magenta #D51CCD

Tints of Deep Magenta #D51CCD

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.28%

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

R = 47.76%
G = 6.28%
B = 45.96%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#D51CCD (or 0xD51CCD) is known color: Deep Magenta. HEX triplet: D5, 1C and CD. RGB value is (213,28,205). Sum of RGB (Red+Green+Blue) = 213+28+205=446 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.76% from 446); Green value is 28 (11.33% from 255 or 6.28% from 446); Blue value is 205 (80.47% from 255 or 45.96% from 446); Max value from RGB is 213 - color contains mainly: red. Hex color #D51CCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D51CCD is #2AE332. Grayscale: #666666. Windows color (decimal): -2810675 or 13442261. OLE color: 13442261.

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

Color convert

RGB 213 28 205 -
CMYK 0 0.87 0.04 0.16
HSL 302.59º 0.77% 0.47% -
HSV(B) 302.59º 0.87% 0.84% -
XYZ 38.88 19.38 59.45 -
YUV 103.49 185.29 206.11 -
System Red Green Blue C M Y K H S L
Decimal 213 28 205 0 0.87 0.04 0.16 302.59 0.77 0.47
Hex D5 1C CD 0 57 4 10 12F 4D 2F
Octal 325 34 315 0 127 4 20 457 115 57
Binary 11010101 11100 11001101 0 1010111 100 10000 100101111 1001101 101111

Color Harmonies of #D51CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51CCD

Black with #D51CCD

Text Example


Text Example

White with #D51CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51CCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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