Html Css Color HEX #DB76B2 Persian Pink

📋 copy color: '#DB76B2'

red 219 ◦ green 118 ◦ blue 178

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

Shades of Persian Pink #DB76B2

Tints of Persian Pink #DB76B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 34.56%

R = 42.52%
G = 22.91%
B = 34.56%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.19

 K value IS 0.14

RGB Variations

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

Color information

#DB76B2 (or 0xDB76B2) is known color: Persian Pink. HEX triplet: DB, 76 and B2. RGB value is (219,118,178). Sum of RGB (Red+Green+Blue) = 219+118+178=515 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.52% from 515); Green value is 118 (46.48% from 255 or 22.91% from 515); Blue value is 178 (69.92% from 255 or 34.56% from 515); Max value from RGB is 219 - color contains mainly: red. Hex color #DB76B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB76B2 is #24894D. Grayscale: #9A9A9A. Windows color (decimal): -2394446 or 11695835. OLE color: 11695835.

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

Color convert

RGB 219 118 178 -
CMYK 0 0.46 0.19 0.14
HSL 324.36º 0.58% 0.66% -
HSV(B) 324.36º 0.46% 0.86% -
XYZ 43.73 31.23 45.84 -
YUV 155.04 140.96 173.62 -
System Red Green Blue C M Y K H S L
Decimal 219 118 178 0 0.46 0.19 0.14 324.36 0.58 0.66
Hex DB 76 B2 0 2E 13 E 144 3A 42
Octal 333 166 262 0 56 23 16 504 72 102
Binary 11011011 1110110 10110010 0 101110 10011 1110 101000100 111010 1000010

Color Harmonies of #DB76B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB76B2

Black with #DB76B2

Text Example


Text Example

White with #DB76B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB76B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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