#DB69B6

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

Shades of Persian Pink #DB69B6

Tints of Persian Pink #DB69B6

Color information

#DB69B6 (or 0xDB69B6) is unknown color: approx Persian Pink. HEX triplet: DB, 69 and B6. RGB value is (219,105,182). Sum of RGB (Red+Green+Blue) = 219+105+182=506 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.28% from 506); Green value is 105 (41.41% from 255 or 20.75% from 506); Blue value is 182 (71.48% from 255 or 35.97% from 506); Max value from RGB is 219 - color contains mainly: red. Hex color #DB69B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB69B6 is #249649. Grayscale: #939393. Windows color (decimal): -2397770 or 11954651. OLE color: 11954651.

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

Color convert

RGB219105182-
CMYK00.520.170.14
HSL319.47º61.29%63.53%-
HSV(B)319.47º52.05%85.88%-
XYZ42.7128.5447.51-
YUV147.86147.27178.74-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 43.28%
GREEN value IS 105 (41.41% from 255) = 20.75%
BLUE value IS 182 (71.48% from 255) = 35.97%
R=43.28%
G=20.75%
B=35.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.17
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21910518200.520.170.14319.4761.2963.53
HexDB69B603411E13f3d40
Octal333151266064211647775100
Binary1101101111010011011011001101001000111101001111111111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB69B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB69B6; }

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

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

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

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

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

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

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

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