#D678B6

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

Shades of Persian Pink #D678B6

Tints of Persian Pink #D678B6

Color information

#D678B6 (or 0xD678B6) is unknown color: approx Persian Pink. HEX triplet: D6, 78 and B6. RGB value is (214,120,182). Sum of RGB (Red+Green+Blue) = 214+120+182=516 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.47% from 516); Green value is 120 (47.27% from 255 or 23.26% from 516); Blue value is 182 (71.48% from 255 or 35.27% from 516); Max value from RGB is 214 - color contains mainly: red. Hex color #D678B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D678B6 is #298749. Grayscale: #9B9B9B. Windows color (decimal): -2721610 or 11958486. OLE color: 11958486.

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

Color convert

RGB214120182-
CMYK00.440.150.16
HSL320.43º53.41%65.49%-
HSV(B)320.43º43.93%83.92%-
XYZ42.8931.1148-
YUV155.17143.14169.96-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 41.47%
GREEN value IS 120 (47.27% from 255) = 23.26%
BLUE value IS 182 (71.48% from 255) = 35.27%
R=41.47%
G=23.26%
B=35.27%

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
Decimal21412018200.440.150.16320.4353.4165.49
HexD678B602CF101403541
Octal326170266054172050065101
Binary1101011011110001011011001011001111100001010000001101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D678B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D678B6; }

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

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

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

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

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

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

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

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