Html Css Color HEX #D610B5 Deep Magenta

📋 copy color: '#D610B5'

red 214 ◦ green 16 ◦ blue 181

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

Shades of Deep Magenta #D610B5

Tints of Deep Magenta #D610B5

RGB

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

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

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

R = 52.07%
G = 3.89%
B = 44.04%

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

#D610B5 (or 0xD610B5) is known color: Deep Magenta. HEX triplet: D6, 10 and B5. RGB value is (214,16,181). Sum of RGB (Red+Green+Blue) = 214+16+181=411 (54% of max value = 765). Red value is 214 (83.98% from 255 or 52.07% from 411); Green value is 16 (6.64% from 255 or 3.89% from 411); Blue value is 181 (71.09% from 255 or 44.04% from 411); Max value from RGB is 214 - color contains mainly: red. Hex color #D610B5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D610B5 is #29EF4A. Grayscale: #5D5D5D. Windows color (decimal): -2748235 or 11866326. OLE color: 11866326.

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

Color convert

RGB 214 16 181 -
CMYK 0 0.93 0.15 0.16
HSL 310º 0.86% 0.45% -
HSV(B) 310º 0.93% 0.84% -
XYZ 36.26 18 45.28 -
YUV 94.01 177.1 213.58 -
System Red Green Blue C M Y K H S L
Decimal 214 16 181 0 0.93 0.15 0.16 310 0.86 0.45
Hex D6 10 B5 0 5D F 10 136 56 2D
Octal 326 20 265 0 135 17 20 466 126 55
Binary 11010110 10000 10110101 0 1011101 1111 10000 100110110 1010110 101101

Color Harmonies of #D610B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D610B5

Black with #D610B5

Text Example


Text Example

White with #D610B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D610B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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