Html Css Color HEX #DB6EB9 Persian Pink

📋 copy color: '#DB6EB9'

red 219 ◦ green 110 ◦ blue 185

#DB6EB9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Pink #DB6EB9

Tints of Persian Pink #DB6EB9

RGB

 RED value IS 219 (85.94% from 255) = 42.61%

 GREEN value IS 110 (43.36% from 255) = 21.4%

 BLUE value IS 185 (72.66% from 255) = 35.99%

R = 42.61%
G = 21.4%
B = 35.99%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.16

 K value IS 0.14

RGB Variations

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

Color information

#DB6EB9 (or 0xDB6EB9) is known color: Persian Pink. HEX triplet: DB, 6E and B9. RGB value is (219,110,185). Sum of RGB (Red+Green+Blue) = 219+110+185=514 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.61% from 514); Green value is 110 (43.36% from 255 or 21.40% from 514); Blue value is 185 (72.66% from 255 or 35.99% from 514); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6EB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB6EB9 is #249146. Grayscale: #969696. Windows color (decimal): -2396487 or 12152539. OLE color: 12152539.

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

Color convert

RGB 219 110 185 -
CMYK 0 0.50 0.16 0.14
HSL 318.72º 0.6% 0.65% -
HSV(B) 318.72º 0.5% 0.86% -
XYZ 43.55 29.71 49.34 -
YUV 151.14 147.11 176.4 -
System Red Green Blue C M Y K H S L
Decimal 219 110 185 0 0.50 0.16 0.14 318.72 0.6 0.65
Hex DB 6E B9 0 32 10 E 13F 3C 41
Octal 333 156 271 0 62 20 16 477 74 101
Binary 11011011 1101110 10111001 0 110010 10000 1110 100111111 111100 1000001

Color Harmonies of #DB6EB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6EB9

Black with #DB6EB9

Text Example


Text Example

White with #DB6EB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6EB9; }

 p { color: rgb(219,110,185); }

 H1.HeaderClassName
 {
   color: #DB6EB9;
 }
 .AnyTagClassName
 {
   color: #DB6EB9;
 }
</style>

background-color css

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

 a { background-color: rgb(219,110,185); }

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

border-color css

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

 span { border-color: rgb(219,110,185); }

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