#D679B5

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

Shades of Persian Pink #D679B5

Tints of Persian Pink #D679B5

Color information

#D679B5 (or 0xD679B5) is unknown color: approx Persian Pink. HEX triplet: D6, 79 and B5. RGB value is (214,121,181). Sum of RGB (Red+Green+Blue) = 214+121+181=516 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.47% from 516); Green value is 121 (47.66% from 255 or 23.45% from 516); Blue value is 181 (71.09% from 255 or 35.08% from 516); Max value from RGB is 214 - color contains mainly: red. Hex color #D679B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D679B5 is #29864A. Grayscale: #9B9B9B. Windows color (decimal): -2721355 or 11893206. OLE color: 11893206.

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

Color convert

RGB214121181-
CMYK00.430.150.16
HSL321.29º53.14%65.69%-
HSV(B)321.29º43.46%83.92%-
XYZ42.9131.3147.5-
YUV155.65142.31169.62-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 41.47%
GREEN value IS 121 (47.66% from 255) = 23.45%
BLUE value IS 181 (71.09% from 255) = 35.08%
R=41.47%
G=23.45%
B=35.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.15
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21412118100.430.150.16321.2953.1465.69
HexD679B502BF101413542
Octal326171265053172050165102
Binary1101011011110011011010101010111111100001010000011101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D679B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D679B5; }

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

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

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

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

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

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

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

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