Html Css Color HEX #D51CCB Deep Magenta

📋 copy color: '#D51CCB'

red 213 ◦ green 28 ◦ blue 203

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

Shades of Deep Magenta #D51CCB

Tints of Deep Magenta #D51CCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 45.72%

R = 47.97%
G = 6.31%
B = 45.72%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#D51CCB (or 0xD51CCB) is known color: Deep Magenta. HEX triplet: D5, 1C and CB. RGB value is (213,28,203). Sum of RGB (Red+Green+Blue) = 213+28+203=444 (58% of max value = 765). Red value is 213 (83.59% from 255 or 47.97% from 444); Green value is 28 (11.33% from 255 or 6.31% from 444); Blue value is 203 (79.69% from 255 or 45.72% from 444); Max value from RGB is 213 - color contains mainly: red. Hex color #D51CCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D51CCB is #2AE334. Grayscale: #666666. Windows color (decimal): -2810677 or 13311189. OLE color: 13311189.

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

Color convert

RGB 213 28 203 -
CMYK 0 0.87 0.05 0.16
HSL 303.24º 0.77% 0.47% -
HSV(B) 303.24º 0.87% 0.84% -
XYZ 38.64 19.29 58.19 -
YUV 103.27 184.29 206.27 -
System Red Green Blue C M Y K H S L
Decimal 213 28 203 0 0.87 0.05 0.16 303.24 0.77 0.47
Hex D5 1C CB 0 57 5 10 12F 4D 2F
Octal 325 34 313 0 127 5 20 457 115 57
Binary 11010101 11100 11001011 0 1010111 101 10000 100101111 1001101 101111

Color Harmonies of #D51CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51CCB

Black with #D51CCB

Text Example


Text Example

White with #D51CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51CCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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