Html Css Color HEX #DB6EB5 Persian Pink

📋 copy color: '#DB6EB5'

red 219 ◦ green 110 ◦ blue 181

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

Shades of Persian Pink #DB6EB5

Tints of Persian Pink #DB6EB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 35.49%

R = 42.94%
G = 21.57%
B = 35.49%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.17

 K value IS 0.14

RGB Variations

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

Color information

#DB6EB5 (or 0xDB6EB5) is known color: Persian Pink. HEX triplet: DB, 6E and B5. RGB value is (219,110,181). Sum of RGB (Red+Green+Blue) = 219+110+181=510 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.94% from 510); Green value is 110 (43.36% from 255 or 21.57% from 510); Blue value is 181 (71.09% from 255 or 35.49% from 510); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6EB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB6EB5 is #24914A. Grayscale: #969696. Windows color (decimal): -2396491 or 11890395. OLE color: 11890395.

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

Color convert

RGB 219 110 181 -
CMYK 0 0.50 0.17 0.14
HSL 320.92º 0.6% 0.65% -
HSV(B) 320.92º 0.5% 0.86% -
XYZ 43.13 29.55 47.15 -
YUV 150.69 145.11 176.73 -
System Red Green Blue C M Y K H S L
Decimal 219 110 181 0 0.50 0.17 0.14 320.92 0.6 0.65
Hex DB 6E B5 0 32 11 E 141 3C 41
Octal 333 156 265 0 62 21 16 501 74 101
Binary 11011011 1101110 10110101 0 110010 10001 1110 101000001 111100 1000001

Color Harmonies of #DB6EB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6EB5

Black with #DB6EB5

Text Example


Text Example

White with #DB6EB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6EB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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