#DB6DB6

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

Shades of Persian Pink #DB6DB6

Tints of Persian Pink #DB6DB6

Color information

#DB6DB6 (or 0xDB6DB6) is unknown color: approx Persian Pink. HEX triplet: DB, 6D and B6. RGB value is (219,109,182). Sum of RGB (Red+Green+Blue) = 219+109+182=510 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.94% from 510); Green value is 109 (42.97% from 255 or 21.37% from 510); Blue value is 182 (71.48% from 255 or 35.69% from 510); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6DB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB6DB6 is #249249. Grayscale: #969696. Windows color (decimal): -2396746 or 11955675. OLE color: 11955675.

HSL color Cylindrical-coordinate representation of color #DB6DB6: hue angle of 320.18º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DB6DB6 is Cyan = 0, Magento = 0.50, Yellow = 0.17 and Black (K on CMYK) = 0.14.

Color convert

RGB219109182-
CMYK00.500.170.14
HSL320.18º60.44%64.31%-
HSV(B)320.18º50.23%85.88%-
XYZ43.1329.3747.65-
YUV150.21145.94177.06-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 42.94%
GREEN value IS 109 (42.97% from 255) = 21.37%
BLUE value IS 182 (71.48% from 255) = 35.69%
R=42.94%
G=21.37%
B=35.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.17
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21910918200.500.170.14320.1860.4464.31
HexDB6DB603211E1403c40
Octal333155266062211650074100
Binary1101101111011011011011001100101000111101010000001111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB6DB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB6DB6; }

 p { color: rgb(219,109,182); }

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

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

 a { background-color: rgb(219,109,182); }

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

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

 span { border-color: rgb(219,109,182); }

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