#D680BA

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

Shades of Persian Pink #D680BA

Tints of Persian Pink #D680BA

Color information

#D680BA (or 0xD680BA) is unknown color: approx Persian Pink. HEX triplet: D6, 80 and BA. RGB value is (214,128,186). Sum of RGB (Red+Green+Blue) = 214+128+186=528 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.53% from 528); Green value is 128 (50.39% from 255 or 24.24% from 528); Blue value is 186 (73.05% from 255 or 35.23% from 528); Max value from RGB is 214 - color contains mainly: red. Hex color #D680BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D680BA is #297F45. Grayscale: #A0A0A0. Windows color (decimal): -2719558 or 12222678. OLE color: 12222678.

HSL color Cylindrical-coordinate representation of color #D680BA: hue angle of 319.53º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D680BA is Cyan = 0, Magento = 0.40, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB214128186-
CMYK00.400.130.16
HSL319.53º51.19%67.06%-
HSV(B)319.53º40.19%83.92%-
XYZ44.3133.2850.54-
YUV160.33142.49166.28-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 40.53%
GREEN value IS 128 (50.39% from 255) = 24.24%
BLUE value IS 186 (73.05% from 255) = 35.23%
R=40.53%
G=24.24%
B=35.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.13
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21412818600.400.130.16319.5351.1967.06
HexD680BA028D101403343
Octal326200272050152050063103
Binary11010110100000001011101001010001101100001010000001100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D680BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D680BA; }

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

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

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

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

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

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

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

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