#DB6BB2

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

Shades of Persian Pink #DB6BB2

Tints of Persian Pink #DB6BB2

Color information

#DB6BB2 (or 0xDB6BB2) is unknown color: approx Persian Pink. HEX triplet: DB, 6B and B2. RGB value is (219,107,178). Sum of RGB (Red+Green+Blue) = 219+107+178=504 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.45% from 504); Green value is 107 (42.19% from 255 or 21.23% from 504); Blue value is 178 (69.92% from 255 or 35.32% from 504); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6BB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB6BB2 is #24944D. Grayscale: #949494. Windows color (decimal): -2397262 or 11693019. OLE color: 11693019.

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

Color convert

RGB219107178-
CMYK00.510.190.14
HSL321.96º60.87%63.92%-
HSV(B)321.96º51.14%85.88%-
XYZ42.5128.7945.44-
YUV148.58144.61178.23-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 43.45%
GREEN value IS 107 (42.19% from 255) = 21.23%
BLUE value IS 178 (69.92% from 255) = 35.32%
R=43.45%
G=21.23%
B=35.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.19
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21910717800.510.190.14321.9660.8763.92
HexDB6BB203313E1423d40
Octal333153262063231650275100
Binary1101101111010111011001001100111001111101010000101111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB6BB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB6BB2; }

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

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

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

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

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

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

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

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