Html Css Color HEX #DB77B1 Persian Pink

📋 copy color: '#DB77B1'

red 219 ◦ green 119 ◦ blue 177

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

Shades of Persian Pink #DB77B1

Tints of Persian Pink #DB77B1

RGB

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

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

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

R = 42.52%
G = 23.11%
B = 34.37%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.19

 K value IS 0.14

RGB Variations

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

Color information

#DB77B1 (or 0xDB77B1) is known color: Persian Pink. HEX triplet: DB, 77 and B1. RGB value is (219,119,177). Sum of RGB (Red+Green+Blue) = 219+119+177=515 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.52% from 515); Green value is 119 (46.88% from 255 or 23.11% from 515); Blue value is 177 (69.53% from 255 or 34.37% from 515); Max value from RGB is 219 - color contains mainly: red. Hex color #DB77B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB77B1 is #24884E. Grayscale: #9B9B9B. Windows color (decimal): -2394191 or 11630555. OLE color: 11630555.

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

Color convert

RGB 219 119 177 -
CMYK 0 0.46 0.19 0.14
HSL 325.2º 0.58% 0.66% -
HSV(B) 325.2º 0.46% 0.86% -
XYZ 43.75 31.43 45.36 -
YUV 155.51 140.13 173.28 -
System Red Green Blue C M Y K H S L
Decimal 219 119 177 0 0.46 0.19 0.14 325.2 0.58 0.66
Hex DB 77 B1 0 2E 13 E 145 3A 42
Octal 333 167 261 0 56 23 16 505 72 102
Binary 11011011 1110111 10110001 0 101110 10011 1110 101000101 111010 1000010

Color Harmonies of #DB77B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB77B1

Black with #DB77B1

Text Example


Text Example

White with #DB77B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB77B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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