Html Css Color HEX #D51BBE Deep Magenta

📋 copy color: '#D51BBE'

red 213 ◦ green 27 ◦ blue 190

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

Shades of Deep Magenta #D51BBE

Tints of Deep Magenta #D51BBE

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.28%

 BLUE value IS 190 (74.61% from 255) = 44.19%

R = 49.53%
G = 6.28%
B = 44.19%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.11

 K value IS 0.16

RGB Variations

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

Color information

#D51BBE (or 0xD51BBE) is known color: Deep Magenta. HEX triplet: D5, 1B and BE. RGB value is (213,27,190). Sum of RGB (Red+Green+Blue) = 213+27+190=430 (56% of max value = 765). Red value is 213 (83.59% from 255 or 49.53% from 430); Green value is 27 (10.94% from 255 or 6.28% from 430); Blue value is 190 (74.61% from 255 or 44.19% from 430); Max value from RGB is 213 - color contains mainly: red. Hex color #D51BBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D51BBE is #2AE441. Grayscale: #646464. Windows color (decimal): -2810946 or 12458965. OLE color: 12458965.

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

Color convert

RGB 213 27 190 -
CMYK 0 0.87 0.11 0.16
HSL 307.42º 0.78% 0.47% -
HSV(B) 307.42º 0.87% 0.84% -
XYZ 37.13 18.65 50.36 -
YUV 101.2 178.12 207.75 -
System Red Green Blue C M Y K H S L
Decimal 213 27 190 0 0.87 0.11 0.16 307.42 0.78 0.47
Hex D5 1B BE 0 57 B 10 133 4E 2F
Octal 325 33 276 0 127 13 20 463 116 57
Binary 11010101 11011 10111110 0 1010111 1011 10000 100110011 1001110 101111

Color Harmonies of #D51BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51BBE

Black with #D51BBE

Text Example


Text Example

White with #D51BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51BBE; }

 p { color: rgb(213,27,190); }

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

background-color css

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

 a { background-color: rgb(213,27,190); }

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

border-color css

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

 span { border-color: rgb(213,27,190); }

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