Html Css Color HEX #DB76B7 Persian Pink

📋 copy color: '#DB76B7'

red 219 ◦ green 118 ◦ blue 183

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

Shades of Persian Pink #DB76B7

Tints of Persian Pink #DB76B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 35.19%

R = 42.12%
G = 22.69%
B = 35.19%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.16

 K value IS 0.14

RGB Variations

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

Color information

#DB76B7 (or 0xDB76B7) is known color: Persian Pink. HEX triplet: DB, 76 and B7. RGB value is (219,118,183). Sum of RGB (Red+Green+Blue) = 219+118+183=520 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.12% from 520); Green value is 118 (46.48% from 255 or 22.69% from 520); Blue value is 183 (71.88% from 255 or 35.19% from 520); Max value from RGB is 219 - color contains mainly: red. Hex color #DB76B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB76B7 is #248948. Grayscale: #9B9B9B. Windows color (decimal): -2394441 or 12023515. OLE color: 12023515.

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

Color convert

RGB 219 118 183 -
CMYK 0 0.46 0.16 0.14
HSL 321.39º 0.58% 0.66% -
HSV(B) 321.39º 0.46% 0.86% -
XYZ 44.24 31.44 48.54 -
YUV 155.61 143.46 173.21 -
System Red Green Blue C M Y K H S L
Decimal 219 118 183 0 0.46 0.16 0.14 321.39 0.58 0.66
Hex DB 76 B7 0 2E 10 E 141 3A 42
Octal 333 166 267 0 56 20 16 501 72 102
Binary 11011011 1110110 10110111 0 101110 10000 1110 101000001 111010 1000010

Color Harmonies of #DB76B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB76B7

Black with #DB76B7

Text Example


Text Example

White with #DB76B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB76B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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