Html Css Color HEX #D610B8 Deep Magenta

📋 copy color: '#D610B8'

red 214 ◦ green 16 ◦ blue 184

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

Shades of Deep Magenta #D610B8

Tints of Deep Magenta #D610B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 44.44%

R = 51.69%
G = 3.86%
B = 44.44%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.14

 K value IS 0.16

RGB Variations

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

Color information

#D610B8 (or 0xD610B8) is known color: Deep Magenta. HEX triplet: D6, 10 and B8. RGB value is (214,16,184). Sum of RGB (Red+Green+Blue) = 214+16+184=414 (54% of max value = 765). Red value is 214 (83.98% from 255 or 51.69% from 414); Green value is 16 (6.64% from 255 or 3.86% from 414); Blue value is 184 (72.27% from 255 or 44.44% from 414); Max value from RGB is 214 - color contains mainly: red. Hex color #D610B8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D610B8 is #29EF47. Grayscale: #5D5D5D. Windows color (decimal): -2748232 or 12062934. OLE color: 12062934.

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

Color convert

RGB 214 16 184 -
CMYK 0 0.93 0.14 0.16
HSL 309.09º 0.86% 0.45% -
HSV(B) 309.09º 0.93% 0.84% -
XYZ 36.57 18.13 46.92 -
YUV 94.35 178.6 213.34 -
System Red Green Blue C M Y K H S L
Decimal 214 16 184 0 0.93 0.14 0.16 309.09 0.86 0.45
Hex D6 10 B8 0 5D E 10 135 56 2D
Octal 326 20 270 0 135 16 20 465 126 55
Binary 11010110 10000 10111000 0 1011101 1110 10000 100110101 1010110 101101

Color Harmonies of #D610B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D610B8

Black with #D610B8

Text Example


Text Example

White with #D610B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D610B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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