Html Css Color HEX #D610B0 Deep Magenta

📋 copy color: '#D610B0'

red 214 ◦ green 16 ◦ blue 176

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

Shades of Deep Magenta #D610B0

Tints of Deep Magenta #D610B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 43.35%

R = 52.71%
G = 3.94%
B = 43.35%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.18

 K value IS 0.16

RGB Variations

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

Color information

#D610B0 (or 0xD610B0) is known color: Deep Magenta. HEX triplet: D6, 10 and B0. RGB value is (214,16,176). Sum of RGB (Red+Green+Blue) = 214+16+176=406 (53% of max value = 765). Red value is 214 (83.98% from 255 or 52.71% from 406); Green value is 16 (6.64% from 255 or 3.94% from 406); Blue value is 176 (69.14% from 255 or 43.35% from 406); Max value from RGB is 214 - color contains mainly: red. Hex color #D610B0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D610B0 is #29EF4F. Grayscale: #5D5D5D. Windows color (decimal): -2748240 or 11538646. OLE color: 11538646.

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

Color convert

RGB 214 16 176 -
CMYK 0 0.93 0.18 0.16
HSL 311.52º 0.86% 0.45% -
HSV(B) 311.52º 0.93% 0.84% -
XYZ 35.75 17.8 42.63 -
YUV 93.44 174.6 213.99 -
System Red Green Blue C M Y K H S L
Decimal 214 16 176 0 0.93 0.18 0.16 311.52 0.86 0.45
Hex D6 10 B0 0 5D 12 10 138 56 2D
Octal 326 20 260 0 135 22 20 470 126 55
Binary 11010110 10000 10110000 0 1011101 10010 10000 100111000 1010110 101101

Color Harmonies of #D610B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D610B0

Black with #D610B0

Text Example


Text Example

White with #D610B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D610B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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