Shades of Persian Pink #D680BD
Tints of Persian Pink #D680BD
RGB
CMYK
RGB Variations
Color information
#D680BD (or 0xD680BD) is known color: Persian Pink. HEX triplet: D6, 80 and BD. RGB value is (214,128,189). Sum of RGB (Red+Green+Blue) = 214+128+189=531 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.30% from 531); Green value is 128 (50.39% from 255 or 24.11% from 531); Blue value is 189 (74.22% from 255 or 35.59% from 531); Max value from RGB is 214 - color contains mainly: red. Hex color #D680BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D680BD is #297F42. Grayscale: #A0A0A0. Windows color (decimal): -2719555 or 12419286. OLE color: 12419286.
HSL color Cylindrical-coordinate representation of color #D680BD: hue angle of 317.44º 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 #D680BD is Cyan = 0, Magento = 0.40, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 128 | 189 | - |
| CMYK | 0 | 0.40 | 0.12 | 0.16 |
| HSL | 317.44º | 0.51% | 0.67% | - |
| HSV(B) | 317.44º | 0.4% | 0.84% | - |
| XYZ | 44.64 | 33.41 | 52.24 | - |
| YUV | 160.67 | 143.99 | 166.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 128 | 189 | 0 | 0.40 | 0.12 | 0.16 | 317.44 | 0.51 | 0.67 |
| Hex | D6 | 80 | BD | 0 | 28 | C | 10 | 13D | 33 | 43 |
| Octal | 326 | 200 | 275 | 0 | 50 | 14 | 20 | 475 | 63 | 103 |
| Binary | 11010110 | 10000000 | 10111101 | 0 | 101000 | 1100 | 10000 | 100111101 | 110011 | 1000011 |
Color Harmonies of #D680BD
Complementary color
Monochromatic Colors of #D680BD
Black with #D680BD
Text Example
Text Example
White with #D680BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D680BD; }
p { color: rgb(214,128,189); }
H1.HeaderClassName
{
color: #D680BD;
}
.AnyTagClassName
{
color: #D680BD;
}
</style>
background-color css
<style>
a { background-color: #D680BD; }
a { background-color: rgb(214,128,189); }
div.DivClassName
{
background-color: #D680BD;
}
.BgClassName
{
background-color: #D680BD;
}
</style>
border-color css
<style>
span { border-color: #D680BD; }
span { border-color: rgb(214,128,189); }
td.TdClassName
{
border-color: #D680BD;
}
.TagClassName
{
border-color: #D680BD;
}
</style>