Html Css Color HEX #D510B5 Deep Magenta

📋 copy color: '#D510B5'

red 213 ◦ green 16 ◦ blue 181

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

Shades of Deep Magenta #D510B5

Tints of Deep Magenta #D510B5

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.9%

 BLUE value IS 181 (71.09% from 255) = 44.15%

R = 51.95%
G = 3.9%
B = 44.15%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.15

 K value IS 0.16

RGB Variations

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

Color information

#D510B5 (or 0xD510B5) is known color: Deep Magenta. HEX triplet: D5, 10 and B5. RGB value is (213,16,181). Sum of RGB (Red+Green+Blue) = 213+16+181=410 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.95% from 410); Green value is 16 (6.64% from 255 or 3.90% from 410); Blue value is 181 (71.09% from 255 or 44.15% from 410); Max value from RGB is 213 - color contains mainly: red. Hex color #D510B5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D510B5 is #2AEF4A. Grayscale: #5D5D5D. Windows color (decimal): -2813771 or 11866325. OLE color: 11866325.

HSL color Cylindrical-coordinate representation of color #D510B5: hue angle of 309.75º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D510B5 is Cyan = 0, Magento = 0.92, Yellow = 0.15 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 16 181 -
CMYK 0 0.92 0.15 0.16
HSL 309.75º 0.86% 0.45% -
HSV(B) 309.75º 0.92% 0.84% -
XYZ 35.97 17.85 45.27 -
YUV 93.71 177.27 213.08 -
System Red Green Blue C M Y K H S L
Decimal 213 16 181 0 0.92 0.15 0.16 309.75 0.86 0.45
Hex D5 10 B5 0 5C F 10 136 56 2D
Octal 325 20 265 0 134 17 20 466 126 55
Binary 11010101 10000 10110101 0 1011100 1111 10000 100110110 1010110 101101

Color Harmonies of #D510B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D510B5

Black with #D510B5

Text Example


Text Example

White with #D510B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D510B5; }

 p { color: rgb(213,16,181); }

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

background-color css

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

 a { background-color: rgb(213,16,181); }

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

border-color css

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

 span { border-color: rgb(213,16,181); }

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