Html Css Color HEX #DB76BA Persian Pink

📋 copy color: '#DB76BA'

red 219 ◦ green 118 ◦ blue 186

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

Shades of Persian Pink #DB76BA

Tints of Persian Pink #DB76BA

RGB

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

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

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

R = 41.87%
G = 22.56%
B = 35.56%

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

#DB76BA (or 0xDB76BA) is known color: Persian Pink. HEX triplet: DB, 76 and BA. RGB value is (219,118,186). Sum of RGB (Red+Green+Blue) = 219+118+186=523 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.87% from 523); Green value is 118 (46.48% from 255 or 22.56% from 523); Blue value is 186 (73.05% from 255 or 35.56% from 523); Max value from RGB is 219 - color contains mainly: red. Hex color #DB76BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB76BA is #248945. Grayscale: #9B9B9B. Windows color (decimal): -2394438 or 12220123. OLE color: 12220123.

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

Color convert

RGB 219 118 186 -
CMYK 0 0.46 0.15 0.14
HSL 319.6º 0.58% 0.66% -
HSV(B) 319.6º 0.46% 0.86% -
XYZ 44.55 31.56 50.2 -
YUV 155.95 144.96 172.97 -
System Red Green Blue C M Y K H S L
Decimal 219 118 186 0 0.46 0.15 0.14 319.6 0.58 0.66
Hex DB 76 BA 0 2E F E 140 3A 42
Octal 333 166 272 0 56 17 16 500 72 102
Binary 11011011 1110110 10111010 0 101110 1111 1110 101000000 111010 1000010

Color Harmonies of #DB76BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB76BA

Black with #DB76BA

Text Example


Text Example

White with #DB76BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB76BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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