Html Css Color HEX #DB6DB8 Persian Pink

📋 copy color: '#DB6DB8'

red 219 ◦ green 109 ◦ blue 184

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

Shades of Persian Pink #DB6DB8

Tints of Persian Pink #DB6DB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 35.94%

R = 42.77%
G = 21.29%
B = 35.94%

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

#DB6DB8 (or 0xDB6DB8) is known color: Persian Pink. HEX triplet: DB, 6D and B8. RGB value is (219,109,184). Sum of RGB (Red+Green+Blue) = 219+109+184=512 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.77% from 512); Green value is 109 (42.97% from 255 or 21.29% from 512); Blue value is 184 (72.27% from 255 or 35.94% from 512); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6DB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB6DB8 is #249247. Grayscale: #969696. Windows color (decimal): -2396744 or 12086747. OLE color: 12086747.

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

Color convert

RGB 219 109 184 -
CMYK 0 0.50 0.16 0.14
HSL 319.09º 0.6% 0.64% -
HSV(B) 319.09º 0.5% 0.86% -
XYZ 43.33 29.46 48.75 -
YUV 150.44 146.94 176.9 -
System Red Green Blue C M Y K H S L
Decimal 219 109 184 0 0.50 0.16 0.14 319.09 0.6 0.64
Hex DB 6D B8 0 32 10 E 13F 3C 40
Octal 333 155 270 0 62 20 16 477 74 100
Binary 11011011 1101101 10111000 0 110010 10000 1110 100111111 111100 1000000

Color Harmonies of #DB6DB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6DB8

Black with #DB6DB8

Text Example


Text Example

White with #DB6DB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6DB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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