Html Css Color HEX #DB77AE Persian Pink

📋 copy color: '#DB77AE'

red 219 ◦ green 119 ◦ blue 174

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

Shades of Persian Pink #DB77AE

Tints of Persian Pink #DB77AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 33.98%

R = 42.77%
G = 23.24%
B = 33.98%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.21

 K value IS 0.14

RGB Variations

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

Color information

#DB77AE (or 0xDB77AE) is known color: Persian Pink. HEX triplet: DB, 77 and AE. RGB value is (219,119,174). Sum of RGB (Red+Green+Blue) = 219+119+174=512 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.77% from 512); Green value is 119 (46.88% from 255 or 23.24% from 512); Blue value is 174 (68.36% from 255 or 33.98% from 512); Max value from RGB is 219 - color contains mainly: red. Hex color #DB77AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB77AE is #248851. Grayscale: #9B9B9B. Windows color (decimal): -2394194 or 11433947. OLE color: 11433947.

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

Color convert

RGB 219 119 174 -
CMYK 0 0.46 0.21 0.14
HSL 327º 0.58% 0.66% -
HSV(B) 327º 0.46% 0.86% -
XYZ 43.45 31.31 43.8 -
YUV 155.17 138.63 173.53 -
System Red Green Blue C M Y K H S L
Decimal 219 119 174 0 0.46 0.21 0.14 327 0.58 0.66
Hex DB 77 AE 0 2E 15 E 147 3A 42
Octal 333 167 256 0 56 25 16 507 72 102
Binary 11011011 1110111 10101110 0 101110 10101 1110 101000111 111010 1000010

Color Harmonies of #DB77AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB77AE

Black with #DB77AE

Text Example


Text Example

White with #DB77AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB77AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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