Html Css Color HEX #DB77BA Persian Pink

📋 copy color: '#DB77BA'

red 219 ◦ green 119 ◦ blue 186

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

Shades of Persian Pink #DB77BA

Tints of Persian Pink #DB77BA

RGB

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

 GREEN value IS 119 (46.88% from 255) = 22.71%

 BLUE value IS 186 (73.05% from 255) = 35.5%

R = 41.79%
G = 22.71%
B = 35.5%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#DB77BA (or 0xDB77BA) is known color: Persian Pink. HEX triplet: DB, 77 and BA. RGB value is (219,119,186). Sum of RGB (Red+Green+Blue) = 219+119+186=524 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.79% from 524); Green value is 119 (46.88% from 255 or 22.71% from 524); Blue value is 186 (73.05% from 255 or 35.50% from 524); Max value from RGB is 219 - color contains mainly: red. Hex color #DB77BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB77BA is #248845. Grayscale: #9C9C9C. Windows color (decimal): -2394182 or 12220379. OLE color: 12220379.

HSL color Cylindrical-coordinate representation of color #DB77BA: hue angle of 319.8º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DB77BA is Cyan = 0, Magento = 0.46, Yellow = 0.15 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 119 186 -
CMYK 0 0.46 0.15 0.14
HSL 319.8º 0.58% 0.66% -
HSV(B) 319.8º 0.46% 0.86% -
XYZ 44.67 31.8 50.24 -
YUV 156.54 144.63 172.55 -
System Red Green Blue C M Y K H S L
Decimal 219 119 186 0 0.46 0.15 0.14 319.8 0.58 0.66
Hex DB 77 BA 0 2E F E 140 3A 42
Octal 333 167 272 0 56 17 16 500 72 102
Binary 11011011 1110111 10111010 0 101110 1111 1110 101000000 111010 1000010

Color Harmonies of #DB77BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB77BA

Black with #DB77BA

Text Example


Text Example

White with #DB77BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB77BA; }

 p { color: rgb(219,119,186); }

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

background-color css

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

 a { background-color: rgb(219,119,186); }

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

border-color css

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

 span { border-color: rgb(219,119,186); }

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