#DB6FB2

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

Shades of Persian Pink #DB6FB2

Tints of Persian Pink #DB6FB2

Color information

#DB6FB2 (or 0xDB6FB2) is unknown color: approx Persian Pink. HEX triplet: DB, 6F and B2. RGB value is (219,111,178). Sum of RGB (Red+Green+Blue) = 219+111+178=508 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.11% from 508); Green value is 111 (43.75% from 255 or 21.85% from 508); Blue value is 178 (69.92% from 255 or 35.04% from 508); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6FB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB6FB2 is #24904D. Grayscale: #969696. Windows color (decimal): -2396238 or 11694043. OLE color: 11694043.

HSL color Cylindrical-coordinate representation of color #DB6FB2: hue angle of 322.78º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DB6FB2 is Cyan = 0, Magento = 0.49, Yellow = 0.19 and Black (K on CMYK) = 0.14.

Color convert

RGB219111178-
CMYK00.490.190.14
HSL322.78º60%64.71%-
HSV(B)322.78º49.32%85.88%-
XYZ42.9329.6445.58-
YUV150.93143.28176.55-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 43.11%
GREEN value IS 111 (43.75% from 255) = 21.85%
BLUE value IS 178 (69.92% from 255) = 35.04%
R=43.11%
G=21.85%
B=35.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.19
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21911117800.490.190.14322.786064.71
HexDB6FB203113E1433c41
Octal333157262061231650374101
Binary1101101111011111011001001100011001111101010000111111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB6FB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB6FB2; }

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

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

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

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

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

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

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

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