#DB6CB6

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

Shades of Persian Pink #DB6CB6

Tints of Persian Pink #DB6CB6

Color information

#DB6CB6 (or 0xDB6CB6) is unknown color: approx Persian Pink. HEX triplet: DB, 6C and B6. RGB value is (219,108,182). Sum of RGB (Red+Green+Blue) = 219+108+182=509 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.03% from 509); Green value is 108 (42.58% from 255 or 21.22% from 509); Blue value is 182 (71.48% from 255 or 35.76% from 509); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6CB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB6CB6 is #249349. Grayscale: #959595. Windows color (decimal): -2397002 or 11955419. OLE color: 11955419.

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

Color convert

RGB219108182-
CMYK00.510.170.14
HSL320º60.66%64.12%-
HSV(B)320º50.68%85.88%-
XYZ43.0229.1647.62-
YUV149.62146.27177.48-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 43.03%
GREEN value IS 108 (42.58% from 255) = 21.22%
BLUE value IS 182 (71.48% from 255) = 35.76%
R=43.03%
G=21.22%
B=35.76%

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
Decimal21910818200.510.170.1432060.6664.12
HexDB6CB603311E1403d40
Octal333154266063211650075100
Binary1101101111011001011011001100111000111101010000001111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB6CB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB6CB6; }

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

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

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

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

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

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

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

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