Html Css Color HEX #D610BB Deep Magenta

📋 copy color: '#D610BB'

red 214 ◦ green 16 ◦ blue 187

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

Shades of Deep Magenta #D610BB

Tints of Deep Magenta #D610BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 44.84%

R = 51.32%
G = 3.84%
B = 44.84%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#D610BB (or 0xD610BB) is known color: Deep Magenta. HEX triplet: D6, 10 and BB. RGB value is (214,16,187). Sum of RGB (Red+Green+Blue) = 214+16+187=417 (55% of max value = 765). Red value is 214 (83.98% from 255 or 51.32% from 417); Green value is 16 (6.64% from 255 or 3.84% from 417); Blue value is 187 (73.44% from 255 or 44.84% from 417); Max value from RGB is 214 - color contains mainly: red. Hex color #D610BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D610BB is #29EF44. Grayscale: #5E5E5E. Windows color (decimal): -2748229 or 12259542. OLE color: 12259542.

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

Color convert

RGB 214 16 187 -
CMYK 0 0.93 0.13 0.16
HSL 308.18º 0.86% 0.45% -
HSV(B) 308.18º 0.93% 0.84% -
XYZ 36.89 18.25 48.59 -
YUV 94.7 180.1 213.1 -
System Red Green Blue C M Y K H S L
Decimal 214 16 187 0 0.93 0.13 0.16 308.18 0.86 0.45
Hex D6 10 BB 0 5D D 10 134 56 2D
Octal 326 20 273 0 135 15 20 464 126 55
Binary 11010110 10000 10111011 0 1011101 1101 10000 100110100 1010110 101101

Color Harmonies of #D610BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D610BB

Black with #D610BB

Text Example


Text Example

White with #D610BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D610BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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