Html Css Color HEX #D51CCC Deep Magenta

📋 copy color: '#D51CCC'

red 213 ◦ green 28 ◦ blue 204

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

Shades of Deep Magenta #D51CCC

Tints of Deep Magenta #D51CCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 45.84%

R = 47.87%
G = 6.29%
B = 45.84%

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

#D51CCC (or 0xD51CCC) is known color: Deep Magenta. HEX triplet: D5, 1C and CC. RGB value is (213,28,204). Sum of RGB (Red+Green+Blue) = 213+28+204=445 (58% of max value = 765). Red value is 213 (83.59% from 255 or 47.87% from 445); Green value is 28 (11.33% from 255 or 6.29% from 445); Blue value is 204 (80.08% from 255 or 45.84% from 445); Max value from RGB is 213 - color contains mainly: red. Hex color #D51CCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D51CCC is #2AE333. Grayscale: #666666. Windows color (decimal): -2810676 or 13376725. OLE color: 13376725.

HSL color Cylindrical-coordinate representation of color #D51CCC: hue angle of 302.92º 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 #D51CCC is Cyan = 0, Magento = 0.87, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 28 204 -
CMYK 0 0.87 0.04 0.16
HSL 302.92º 0.77% 0.47% -
HSV(B) 302.92º 0.87% 0.84% -
XYZ 38.75 19.34 58.82 -
YUV 103.38 184.79 206.19 -
System Red Green Blue C M Y K H S L
Decimal 213 28 204 0 0.87 0.04 0.16 302.92 0.77 0.47
Hex D5 1C CC 0 57 4 10 12F 4D 2F
Octal 325 34 314 0 127 4 20 457 115 57
Binary 11010101 11100 11001100 0 1010111 100 10000 100101111 1001101 101111

Color Harmonies of #D51CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51CCC

Black with #D51CCC

Text Example


Text Example

White with #D51CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51CCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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