#D608C1

Color #D608C1 Deep Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Magenta #D608C1

Tints of Deep Magenta #D608C1

Color information

#D608C1 (or 0xD608C1) is unknown color: approx Deep Magenta. HEX triplet: D6, 08 and C1. RGB value is (214,8,193). Sum of RGB (Red+Green+Blue) = 214+8+193=415 (54% of max value = 765). Red value is 214 (83.98% from 255 or 51.57% from 415); Green value is 8 (3.52% from 255 or 1.93% from 415); Blue value is 193 (75.78% from 255 or 46.51% from 415); Max value from RGB is 214 - color contains mainly: red. Hex color #D608C1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D608C1 is #29F73E. Grayscale: #5A5A5A. Windows color (decimal): -2750271 or 12650710. OLE color: 12650710.

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

Color convert

RGB2148193-
CMYK00.960.100.16
HSL306.12º92.79%43.53%-
HSV(B)306.12º96.26%83.92%-
XYZ37.4418.3252.01-
YUV90.68185.75215.96-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 51.57%
GREEN value IS 8 (3.52% from 255) = 1.93%
BLUE value IS 193 (75.78% from 255) = 46.51%
R=51.57%
G=1.93%
B=46.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.10
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214819300.960.100.16306.1292.7943.53
HexD68C1060A101325d2c
Octal326103010140122046213554
Binary11010110100011000001011000001010100001001100101011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D608C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D608C1; }

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

 H1.HeaderClassName
 {
   color: #D608C1;
 }
 .AnyTagClassName
 {
   color: #D608C1;
 }
</style>
background-color css

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

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

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

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

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

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