Html Css Color HEX #DB77AF Persian Pink

📋 copy color: '#DB77AF'

red 219 ◦ green 119 ◦ blue 175

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

Shades of Persian Pink #DB77AF

Tints of Persian Pink #DB77AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 34.11%

R = 42.69%
G = 23.2%
B = 34.11%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.20

 K value IS 0.14

RGB Variations

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

Color information

#DB77AF (or 0xDB77AF) is known color: Persian Pink. HEX triplet: DB, 77 and AF. RGB value is (219,119,175). Sum of RGB (Red+Green+Blue) = 219+119+175=513 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.69% from 513); Green value is 119 (46.88% from 255 or 23.20% from 513); Blue value is 175 (68.75% from 255 or 34.11% from 513); Max value from RGB is 219 - color contains mainly: red. Hex color #DB77AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB77AF is #248850. Grayscale: #9B9B9B. Windows color (decimal): -2394193 or 11499483. OLE color: 11499483.

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

Color convert

RGB 219 119 175 -
CMYK 0 0.46 0.20 0.14
HSL 326.4º 0.58% 0.66% -
HSV(B) 326.4º 0.46% 0.86% -
XYZ 43.55 31.35 44.31 -
YUV 155.28 139.13 173.45 -
System Red Green Blue C M Y K H S L
Decimal 219 119 175 0 0.46 0.20 0.14 326.4 0.58 0.66
Hex DB 77 AF 0 2E 14 E 146 3A 42
Octal 333 167 257 0 56 24 16 506 72 102
Binary 11011011 1110111 10101111 0 101110 10100 1110 101000110 111010 1000010

Color Harmonies of #DB77AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB77AF

Black with #DB77AF

Text Example


Text Example

White with #DB77AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB77AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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