Html Css Color HEX #DB6DB5 Persian Pink

📋 copy color: '#DB6DB5'

red 219 ◦ green 109 ◦ blue 181

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

Shades of Persian Pink #DB6DB5

Tints of Persian Pink #DB6DB5

RGB

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

 GREEN value IS 109 (42.97% from 255) = 21.41%

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

R = 43.03%
G = 21.41%
B = 35.56%

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

#DB6DB5 (or 0xDB6DB5) is known color: Persian Pink. HEX triplet: DB, 6D and B5. RGB value is (219,109,181). Sum of RGB (Red+Green+Blue) = 219+109+181=509 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.03% from 509); Green value is 109 (42.97% from 255 or 21.41% from 509); Blue value is 181 (71.09% from 255 or 35.56% from 509); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6DB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB6DB5 is #24924A. Grayscale: #959595. Windows color (decimal): -2396747 or 11890139. OLE color: 11890139.

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

Color convert

RGB 219 109 181 -
CMYK 0 0.50 0.17 0.14
HSL 320.73º 0.6% 0.64% -
HSV(B) 320.73º 0.5% 0.86% -
XYZ 43.02 29.33 47.11 -
YUV 150.1 145.44 177.15 -
System Red Green Blue C M Y K H S L
Decimal 219 109 181 0 0.50 0.17 0.14 320.73 0.6 0.64
Hex DB 6D B5 0 32 11 E 141 3C 40
Octal 333 155 265 0 62 21 16 501 74 100
Binary 11011011 1101101 10110101 0 110010 10001 1110 101000001 111100 1000000

Color Harmonies of #DB6DB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6DB5

Black with #DB6DB5

Text Example


Text Example

White with #DB6DB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6DB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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