Html Css Color HEX #DB6DB1 Persian Pink

📋 copy color: '#DB6DB1'

red 219 ◦ green 109 ◦ blue 177

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

Shades of Persian Pink #DB6DB1

Tints of Persian Pink #DB6DB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 35.05%

R = 43.37%
G = 21.58%
B = 35.05%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.19

 K value IS 0.14

RGB Variations

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

Color information

#DB6DB1 (or 0xDB6DB1) is known color: Persian Pink. HEX triplet: DB, 6D and B1. RGB value is (219,109,177). Sum of RGB (Red+Green+Blue) = 219+109+177=505 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.37% from 505); Green value is 109 (42.97% from 255 or 21.58% from 505); Blue value is 177 (69.53% from 255 or 35.05% from 505); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6DB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB6DB1 is #24924E. Grayscale: #959595. Windows color (decimal): -2396751 or 11627995. OLE color: 11627995.

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

Color convert

RGB 219 109 177 -
CMYK 0 0.50 0.19 0.14
HSL 322.91º 0.6% 0.64% -
HSV(B) 322.91º 0.5% 0.86% -
XYZ 42.62 29.17 44.98 -
YUV 149.64 143.44 177.47 -
System Red Green Blue C M Y K H S L
Decimal 219 109 177 0 0.50 0.19 0.14 322.91 0.6 0.64
Hex DB 6D B1 0 32 13 E 143 3C 40
Octal 333 155 261 0 62 23 16 503 74 100
Binary 11011011 1101101 10110001 0 110010 10011 1110 101000011 111100 1000000

Color Harmonies of #DB6DB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6DB1

Black with #DB6DB1

Text Example


Text Example

White with #DB6DB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6DB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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