Html Css Color HEX #D610B6 Deep Magenta

📋 copy color: '#D610B6'

red 214 ◦ green 16 ◦ blue 182

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

Shades of Deep Magenta #D610B6

Tints of Deep Magenta #D610B6

RGB

 RED value IS 214 (83.98% from 255) = 51.94%

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

 BLUE value IS 182 (71.48% from 255) = 44.17%

R = 51.94%
G = 3.88%
B = 44.17%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.15

 K value IS 0.16

RGB Variations

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

Color information

#D610B6 (or 0xD610B6) is known color: Deep Magenta. HEX triplet: D6, 10 and B6. RGB value is (214,16,182). Sum of RGB (Red+Green+Blue) = 214+16+182=412 (54% of max value = 765). Red value is 214 (83.98% from 255 or 51.94% from 412); Green value is 16 (6.64% from 255 or 3.88% from 412); Blue value is 182 (71.48% from 255 or 44.17% from 412); Max value from RGB is 214 - color contains mainly: red. Hex color #D610B6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D610B6 is #29EF49. Grayscale: #5D5D5D. Windows color (decimal): -2748234 or 11931862. OLE color: 11931862.

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

Color convert

RGB 214 16 182 -
CMYK 0 0.93 0.15 0.16
HSL 309.7º 0.86% 0.45% -
HSV(B) 309.7º 0.93% 0.84% -
XYZ 36.36 18.04 45.82 -
YUV 94.13 177.6 213.5 -
System Red Green Blue C M Y K H S L
Decimal 214 16 182 0 0.93 0.15 0.16 309.7 0.86 0.45
Hex D6 10 B6 0 5D F 10 136 56 2D
Octal 326 20 266 0 135 17 20 466 126 55
Binary 11010110 10000 10110110 0 1011101 1111 10000 100110110 1010110 101101

Color Harmonies of #D610B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D610B6

Black with #D610B6

Text Example


Text Example

White with #D610B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D610B6; }

 p { color: rgb(214,16,182); }

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

background-color css

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

 a { background-color: rgb(214,16,182); }

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

border-color css

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

 span { border-color: rgb(214,16,182); }

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