Html Css Color HEX #DB76AF Persian Pink

📋 copy color: '#DB76AF'

red 219 ◦ green 118 ◦ blue 175

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

Shades of Persian Pink #DB76AF

Tints of Persian Pink #DB76AF

RGB

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

 GREEN value IS 118 (46.48% from 255) = 23.05%

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

R = 42.77%
G = 23.05%
B = 34.18%

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

#DB76AF (or 0xDB76AF) is known color: Persian Pink. HEX triplet: DB, 76 and AF. RGB value is (219,118,175). Sum of RGB (Red+Green+Blue) = 219+118+175=512 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.77% from 512); Green value is 118 (46.48% from 255 or 23.05% from 512); Blue value is 175 (68.75% from 255 or 34.18% from 512); Max value from RGB is 219 - color contains mainly: red. Hex color #DB76AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB76AF is #248950. Grayscale: #9A9A9A. Windows color (decimal): -2394449 or 11499227. OLE color: 11499227.

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

Color convert

RGB 219 118 175 -
CMYK 0 0.46 0.20 0.14
HSL 326.14º 0.58% 0.66% -
HSV(B) 326.14º 0.46% 0.86% -
XYZ 43.43 31.11 44.27 -
YUV 154.7 139.46 173.87 -
System Red Green Blue C M Y K H S L
Decimal 219 118 175 0 0.46 0.20 0.14 326.14 0.58 0.66
Hex DB 76 AF 0 2E 14 E 146 3A 42
Octal 333 166 257 0 56 24 16 506 72 102
Binary 11011011 1110110 10101111 0 101110 10100 1110 101000110 111010 1000010

Color Harmonies of #DB76AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB76AF

Black with #DB76AF

Text Example


Text Example

White with #DB76AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB76AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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