#DB6BB6

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

Shades of Persian Pink #DB6BB6

Tints of Persian Pink #DB6BB6

Color information

#DB6BB6 (or 0xDB6BB6) is unknown color: approx Persian Pink. HEX triplet: DB, 6B and B6. RGB value is (219,107,182). Sum of RGB (Red+Green+Blue) = 219+107+182=508 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.11% from 508); Green value is 107 (42.19% from 255 or 21.06% from 508); Blue value is 182 (71.48% from 255 or 35.83% from 508); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6BB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB6BB6 is #249449. Grayscale: #949494. Windows color (decimal): -2397258 or 11955163. OLE color: 11955163.

HSL color Cylindrical-coordinate representation of color #DB6BB6: hue angle of 319.82º 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 #DB6BB6 is Cyan = 0, Magento = 0.51, Yellow = 0.17 and Black (K on CMYK) = 0.14.

Color convert

RGB219107182-
CMYK00.510.170.14
HSL319.82º60.87%63.92%-
HSV(B)319.82º51.14%85.88%-
XYZ42.9128.9547.58-
YUV149.04146.61177.9-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 43.11%
GREEN value IS 107 (42.19% from 255) = 21.06%
BLUE value IS 182 (71.48% from 255) = 35.83%
R=43.11%
G=21.06%
B=35.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.17
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21910718200.510.170.14319.8260.8763.92
HexDB6BB603311E1403d40
Octal333153266063211650075100
Binary1101101111010111011011001100111000111101010000001111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB6BB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB6BB6; }

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

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

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

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

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

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

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

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