Html Css Color HEX #D51FCB Deep Magenta

📋 copy color: '#D51FCB'

red 213 ◦ green 31 ◦ blue 203

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

Shades of Deep Magenta #D51FCB

Tints of Deep Magenta #D51FCB

RGB

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

 GREEN value IS 31 (12.5% from 255) = 6.94%

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

R = 47.65%
G = 6.94%
B = 45.41%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#D51FCB (or 0xD51FCB) is known color: Deep Magenta. HEX triplet: D5, 1F and CB. RGB value is (213,31,203). Sum of RGB (Red+Green+Blue) = 213+31+203=447 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.65% from 447); Green value is 31 (12.5% from 255 or 6.94% from 447); Blue value is 203 (79.69% from 255 or 45.41% from 447); Max value from RGB is 213 - color contains mainly: red. Hex color #D51FCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D51FCB is #2AE034. Grayscale: #686868. Windows color (decimal): -2809909 or 13311957. OLE color: 13311957.

HSL color Cylindrical-coordinate representation of color #D51FCB: hue angle of 303.3º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D51FCB is Cyan = 0, Magento = 0.85, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 31 203 -
CMYK 0 0.85 0.05 0.16
HSL 303.3º 0.75% 0.48% -
HSV(B) 303.3º 0.85% 0.84% -
XYZ 38.71 19.44 58.21 -
YUV 105.03 183.3 205.01 -
System Red Green Blue C M Y K H S L
Decimal 213 31 203 0 0.85 0.05 0.16 303.3 0.75 0.48
Hex D5 1F CB 0 55 5 10 12F 4B 30
Octal 325 37 313 0 125 5 20 457 113 60
Binary 11010101 11111 11001011 0 1010101 101 10000 100101111 1001011 110000

Color Harmonies of #D51FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51FCB

Black with #D51FCB

Text Example


Text Example

White with #D51FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51FCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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