Html Css Color HEX #DB6FB5 Persian Pink

📋 copy color: '#DB6FB5'

red 219 ◦ green 111 ◦ blue 181

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

Shades of Persian Pink #DB6FB5

Tints of Persian Pink #DB6FB5

RGB

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

 GREEN value IS 111 (43.75% from 255) = 21.72%

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

R = 42.86%
G = 21.72%
B = 35.42%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.17

 K value IS 0.14

RGB Variations

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

Color information

#DB6FB5 (or 0xDB6FB5) is known color: Persian Pink. HEX triplet: DB, 6F and B5. RGB value is (219,111,181). Sum of RGB (Red+Green+Blue) = 219+111+181=511 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.86% from 511); Green value is 111 (43.75% from 255 or 21.72% from 511); Blue value is 181 (71.09% from 255 or 35.42% from 511); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6FB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB6FB5 is #24904A. Grayscale: #979797. Windows color (decimal): -2396235 or 11890651. OLE color: 11890651.

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

Color convert

RGB 219 111 181 -
CMYK 0 0.49 0.17 0.14
HSL 321.11º 0.6% 0.65% -
HSV(B) 321.11º 0.49% 0.86% -
XYZ 43.24 29.77 47.18 -
YUV 151.27 144.78 176.31 -
System Red Green Blue C M Y K H S L
Decimal 219 111 181 0 0.49 0.17 0.14 321.11 0.6 0.65
Hex DB 6F B5 0 31 11 E 141 3C 41
Octal 333 157 265 0 61 21 16 501 74 101
Binary 11011011 1101111 10110101 0 110001 10001 1110 101000001 111100 1000001

Color Harmonies of #DB6FB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6FB5

Black with #DB6FB5

Text Example


Text Example

White with #DB6FB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6FB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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