Html Css Color HEX #D608B6 Deep Magenta

📋 copy color: '#D608B6'

red 214 ◦ green 8 ◦ blue 182

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

Shades of Deep Magenta #D608B6

Tints of Deep Magenta #D608B6

RGB

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

 GREEN value IS 8 (3.52% from 255) = 1.98%

 BLUE value IS 182 (71.48% from 255) = 45.05%

R = 52.97%
G = 1.98%
B = 45.05%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.15

 K value IS 0.16

RGB Variations

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

Color information

#D608B6 (or 0xD608B6) is known color: Deep Magenta. HEX triplet: D6, 08 and B6. RGB value is (214,8,182). Sum of RGB (Red+Green+Blue) = 214+8+182=404 (53% of max value = 765). Red value is 214 (83.98% from 255 or 52.97% from 404); Green value is 8 (3.52% from 255 or 1.98% from 404); Blue value is 182 (71.48% from 255 or 45.05% from 404); Max value from RGB is 214 - color contains mainly: red. Hex color #D608B6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D608B6 is #29F749. Grayscale: #585858. Windows color (decimal): -2750282 or 11929814. OLE color: 11929814.

HSL color Cylindrical-coordinate representation of color #D608B6: hue angle of 309.32º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D608B6 is Cyan = 0, Magento = 0.96, Yellow = 0.15 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 8 182 -
CMYK 0 0.96 0.15 0.16
HSL 309.32º 0.93% 0.44% -
HSV(B) 309.32º 0.96% 0.84% -
XYZ 36.26 17.85 45.79 -
YUV 89.43 180.25 216.85 -
System Red Green Blue C M Y K H S L
Decimal 214 8 182 0 0.96 0.15 0.16 309.32 0.93 0.44
Hex D6 8 B6 0 60 F 10 135 5D 2C
Octal 326 10 266 0 140 17 20 465 135 54
Binary 11010110 1000 10110110 0 1100000 1111 10000 100110101 1011101 101100

Color Harmonies of #D608B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D608B6

Black with #D608B6

Text Example


Text Example

White with #D608B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D608B6; }

 p { color: rgb(214,8,182); }

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

background-color css

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

 a { background-color: rgb(214,8,182); }

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

border-color css

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

 span { border-color: rgb(214,8,182); }

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