Html Css Color HEX #D51CDB Deep Magenta

📋 copy color: '#D51CDB'

red 213 ◦ green 28 ◦ blue 219

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

Shades of Deep Magenta #D51CDB

Tints of Deep Magenta #D51CDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 47.61%

R = 46.3%
G = 6.09%
B = 47.61%

CMYK

 C value IS 0.03

 M value IS 0.87

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D51CDB (or 0xD51CDB) is known color: Deep Magenta. HEX triplet: D5, 1C and DB. RGB value is (213,28,219). Sum of RGB (Red+Green+Blue) = 213+28+219=460 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.30% from 460); Green value is 28 (11.33% from 255 or 6.09% from 460); Blue value is 219 (85.94% from 255 or 47.61% from 460); Max value from RGB is 219 - color contains mainly: blue. Hex color #D51CDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D51CDB is #2AE324. Grayscale: #686868. Windows color (decimal): -2810661 or 14359765. OLE color: 14359765.

HSL color Cylindrical-coordinate representation of color #D51CDB: hue angle of 298.12º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D51CDB is Cyan = 0.03, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 213 28 219 -
CMYK 0.03 0.87 0 0.14
HSL 298.12º 0.77% 0.48% -
HSV(B) 298.12º 0.87% 0.86% -
XYZ 40.64 20.09 68.75 -
YUV 105.09 192.29 204.97 -
System Red Green Blue C M Y K H S L
Decimal 213 28 219 0.03 0.87 0 0.14 298.12 0.77 0.48
Hex D5 1C DB 3 57 0 E 12A 4D 30
Octal 325 34 333 3 127 0 16 452 115 60
Binary 11010101 11100 11011011 11 1010111 0 1110 100101010 1001101 110000

Color Harmonies of #D51CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51CDB

Black with #D51CDB

Text Example


Text Example

White with #D51CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51CDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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