Html Css Color HEX #DB76B6 Persian Pink

📋 copy color: '#DB76B6'

red 219 ◦ green 118 ◦ blue 182

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

Shades of Persian Pink #DB76B6

Tints of Persian Pink #DB76B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 35.07%

R = 42.2%
G = 22.74%
B = 35.07%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.17

 K value IS 0.14

RGB Variations

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

Color information

#DB76B6 (or 0xDB76B6) is known color: Persian Pink. HEX triplet: DB, 76 and B6. RGB value is (219,118,182). Sum of RGB (Red+Green+Blue) = 219+118+182=519 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.20% from 519); Green value is 118 (46.48% from 255 or 22.74% from 519); Blue value is 182 (71.48% from 255 or 35.07% from 519); Max value from RGB is 219 - color contains mainly: red. Hex color #DB76B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB76B6 is #248949. Grayscale: #9B9B9B. Windows color (decimal): -2394442 or 11957979. OLE color: 11957979.

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

Color convert

RGB 219 118 182 -
CMYK 0 0.46 0.17 0.14
HSL 321.98º 0.58% 0.66% -
HSV(B) 321.98º 0.46% 0.86% -
XYZ 44.14 31.39 47.99 -
YUV 155.5 142.96 173.3 -
System Red Green Blue C M Y K H S L
Decimal 219 118 182 0 0.46 0.17 0.14 321.98 0.58 0.66
Hex DB 76 B6 0 2E 11 E 142 3A 42
Octal 333 166 266 0 56 21 16 502 72 102
Binary 11011011 1110110 10110110 0 101110 10001 1110 101000010 111010 1000010

Color Harmonies of #DB76B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB76B6

Black with #DB76B6

Text Example


Text Example

White with #DB76B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB76B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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