Html Css Color HEX #D610B3 Deep Magenta

📋 copy color: '#D610B3'

red 214 ◦ green 16 ◦ blue 179

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

Shades of Deep Magenta #D610B3

Tints of Deep Magenta #D610B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 43.77%

R = 52.32%
G = 3.91%
B = 43.77%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.16

 K value IS 0.16

RGB Variations

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

Color information

#D610B3 (or 0xD610B3) is known color: Deep Magenta. HEX triplet: D6, 10 and B3. RGB value is (214,16,179). Sum of RGB (Red+Green+Blue) = 214+16+179=409 (54% of max value = 765). Red value is 214 (83.98% from 255 or 52.32% from 409); Green value is 16 (6.64% from 255 or 3.91% from 409); Blue value is 179 (70.31% from 255 or 43.77% from 409); Max value from RGB is 214 - color contains mainly: red. Hex color #D610B3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D610B3 is #29EF4C. Grayscale: #5D5D5D. Windows color (decimal): -2748237 or 11735254. OLE color: 11735254.

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

Color convert

RGB 214 16 179 -
CMYK 0 0.93 0.16 0.16
HSL 310.61º 0.86% 0.45% -
HSV(B) 310.61º 0.93% 0.84% -
XYZ 36.05 17.92 44.21 -
YUV 93.78 176.1 213.75 -
System Red Green Blue C M Y K H S L
Decimal 214 16 179 0 0.93 0.16 0.16 310.61 0.86 0.45
Hex D6 10 B3 0 5D 10 10 137 56 2D
Octal 326 20 263 0 135 20 20 467 126 55
Binary 11010110 10000 10110011 0 1011101 10000 10000 100110111 1010110 101101

Color Harmonies of #D610B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D610B3

Black with #D610B3

Text Example


Text Example

White with #D610B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D610B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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