Html Css Color HEX #DB76B0 Persian Pink

📋 copy color: '#DB76B0'

red 219 ◦ green 118 ◦ blue 176

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

Shades of Persian Pink #DB76B0

Tints of Persian Pink #DB76B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 34.31%

R = 42.69%
G = 23%
B = 34.31%

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

#DB76B0 (or 0xDB76B0) is known color: Persian Pink. HEX triplet: DB, 76 and B0. RGB value is (219,118,176). Sum of RGB (Red+Green+Blue) = 219+118+176=513 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.69% from 513); Green value is 118 (46.48% from 255 or 23.00% from 513); Blue value is 176 (69.14% from 255 or 34.31% from 513); Max value from RGB is 219 - color contains mainly: red. Hex color #DB76B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB76B0 is #24894F. Grayscale: #9A9A9A. Windows color (decimal): -2394448 or 11564763. OLE color: 11564763.

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

Color convert

RGB 219 118 176 -
CMYK 0 0.46 0.20 0.14
HSL 325.54º 0.58% 0.66% -
HSV(B) 325.54º 0.46% 0.86% -
XYZ 43.53 31.15 44.79 -
YUV 154.81 139.96 173.78 -
System Red Green Blue C M Y K H S L
Decimal 219 118 176 0 0.46 0.20 0.14 325.54 0.58 0.66
Hex DB 76 B0 0 2E 14 E 146 3A 42
Octal 333 166 260 0 56 24 16 506 72 102
Binary 11011011 1110110 10110000 0 101110 10100 1110 101000110 111010 1000010

Color Harmonies of #DB76B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB76B0

Black with #DB76B0

Text Example


Text Example

White with #DB76B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB76B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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