#D679BA

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

Shades of Persian Pink #D679BA

Tints of Persian Pink #D679BA

Color information

#D679BA (or 0xD679BA) is unknown color: approx Persian Pink. HEX triplet: D6, 79 and BA. RGB value is (214,121,186). Sum of RGB (Red+Green+Blue) = 214+121+186=521 (69% of max value = 765). Red value is 214 (83.98% from 255 or 41.07% from 521); Green value is 121 (47.66% from 255 or 23.22% from 521); Blue value is 186 (73.05% from 255 or 35.70% from 521); Max value from RGB is 214 - color contains mainly: red. Hex color #D679BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D679BA is #298645. Grayscale: #9C9C9C. Windows color (decimal): -2721350 or 12220886. OLE color: 12220886.

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

Color convert

RGB214121186-
CMYK00.430.130.16
HSL318.06º53.14%65.69%-
HSV(B)318.06º43.46%83.92%-
XYZ43.4331.5250.25-
YUV156.22144.81169.21-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 41.07%
GREEN value IS 121 (47.66% from 255) = 23.22%
BLUE value IS 186 (73.05% from 255) = 35.70%
R=41.07%
G=23.22%
B=35.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.13
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21412118600.430.130.16318.0653.1465.69
HexD679BA02BD1013e3542
Octal326171272053152047665102
Binary1101011011110011011101001010111101100001001111101101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D679BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D679BA; }

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

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

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

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

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

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

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

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