#DB6BB7

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

Shades of Persian Pink #DB6BB7

Tints of Persian Pink #DB6BB7

Color information

#DB6BB7 (or 0xDB6BB7) is unknown color: approx Persian Pink. HEX triplet: DB, 6B and B7. RGB value is (219,107,183). Sum of RGB (Red+Green+Blue) = 219+107+183=509 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.03% from 509); Green value is 107 (42.19% from 255 or 21.02% from 509); Blue value is 183 (71.88% from 255 or 35.95% from 509); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6BB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB6BB7 is #249448. Grayscale: #949494. Windows color (decimal): -2397257 or 12020699. OLE color: 12020699.

HSL color Cylindrical-coordinate representation of color #DB6BB7: hue angle of 319.29º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DB6BB7 is Cyan = 0, Magento = 0.51, Yellow = 0.16 and Black (K on CMYK) = 0.14.

Color convert

RGB219107183-
CMYK00.510.160.14
HSL319.29º60.87%63.92%-
HSV(B)319.29º51.14%85.88%-
XYZ43.0228.9948.13-
YUV149.15147.11177.82-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 43.03%
GREEN value IS 107 (42.19% from 255) = 21.02%
BLUE value IS 183 (71.88% from 255) = 35.95%
R=43.03%
G=21.02%
B=35.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.16
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21910718300.510.160.14319.2960.8763.92
HexDB6BB703310E13f3d40
Octal333153267063201647775100
Binary1101101111010111011011101100111000011101001111111111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB6BB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB6BB7; }

 p { color: rgb(219,107,183); }

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

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

 a { background-color: rgb(219,107,183); }

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

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

 span { border-color: rgb(219,107,183); }

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