#D678B5

Color #D678B5 Persian Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Pink #D678B5

Tints of Persian Pink #D678B5

Color information

#D678B5 (or 0xD678B5) is unknown color: approx Persian Pink. HEX triplet: D6, 78 and B5. RGB value is (214,120,181). Sum of RGB (Red+Green+Blue) = 214+120+181=515 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.55% from 515); Green value is 120 (47.27% from 255 or 23.30% from 515); Blue value is 181 (71.09% from 255 or 35.15% from 515); Max value from RGB is 214 - color contains mainly: red. Hex color #D678B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D678B5 is #29874A. Grayscale: #9A9A9A. Windows color (decimal): -2721611 or 11892950. OLE color: 11892950.

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

Color convert

RGB214120181-
CMYK00.440.150.16
HSL321.06º53.41%65.49%-
HSV(B)321.06º43.93%83.92%-
XYZ42.7931.0747.46-
YUV155.06142.64170.04-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 41.55%
GREEN value IS 120 (47.27% from 255) = 23.30%
BLUE value IS 181 (71.09% from 255) = 35.15%
R=41.55%
G=23.30%
B=35.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.15
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21412018100.440.150.16321.0653.4165.49
HexD678B502CF101413541
Octal326170265054172050165101
Binary1101011011110001011010101011001111100001010000011101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D678B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D678B5; }

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

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

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

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

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

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

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

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