Html Css Color HEX #DB6FB3 Persian Pink

📋 copy color: '#DB6FB3'

red 219 ◦ green 111 ◦ blue 179

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

Shades of Persian Pink #DB6FB3

Tints of Persian Pink #DB6FB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 35.17%

R = 43.03%
G = 21.81%
B = 35.17%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.18

 K value IS 0.14

RGB Variations

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

Color information

#DB6FB3 (or 0xDB6FB3) is known color: Persian Pink. HEX triplet: DB, 6F and B3. RGB value is (219,111,179). Sum of RGB (Red+Green+Blue) = 219+111+179=509 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.03% from 509); Green value is 111 (43.75% from 255 or 21.81% from 509); Blue value is 179 (70.31% from 255 or 35.17% from 509); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6FB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB6FB3 is #24904C. Grayscale: #969696. Windows color (decimal): -2396237 or 11759579. OLE color: 11759579.

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

Color convert

RGB 219 111 179 -
CMYK 0 0.49 0.18 0.14
HSL 322.22º 0.6% 0.65% -
HSV(B) 322.22º 0.49% 0.86% -
XYZ 43.03 29.68 46.11 -
YUV 151.04 143.78 176.47 -
System Red Green Blue C M Y K H S L
Decimal 219 111 179 0 0.49 0.18 0.14 322.22 0.6 0.65
Hex DB 6F B3 0 31 12 E 142 3C 41
Octal 333 157 263 0 61 22 16 502 74 101
Binary 11011011 1101111 10110011 0 110001 10010 1110 101000010 111100 1000001

Color Harmonies of #DB6FB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6FB3

Black with #DB6FB3

Text Example


Text Example

White with #DB6FB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6FB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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