Html Css Color HEX #DB77B2 Persian Pink

📋 copy color: '#DB77B2'

red 219 ◦ green 119 ◦ blue 178

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

Shades of Persian Pink #DB77B2

Tints of Persian Pink #DB77B2

RGB

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

 GREEN value IS 119 (46.88% from 255) = 23.06%

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

R = 42.44%
G = 23.06%
B = 34.5%

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

#DB77B2 (or 0xDB77B2) is known color: Persian Pink. HEX triplet: DB, 77 and B2. RGB value is (219,119,178). Sum of RGB (Red+Green+Blue) = 219+119+178=516 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.44% from 516); Green value is 119 (46.88% from 255 or 23.06% from 516); Blue value is 178 (69.92% from 255 or 34.50% from 516); Max value from RGB is 219 - color contains mainly: red. Hex color #DB77B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB77B2 is #24884D. Grayscale: #9B9B9B. Windows color (decimal): -2394190 or 11696091. OLE color: 11696091.

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

Color convert

RGB 219 119 178 -
CMYK 0 0.46 0.19 0.14
HSL 324.6º 0.58% 0.66% -
HSV(B) 324.6º 0.46% 0.86% -
XYZ 43.85 31.47 45.88 -
YUV 155.63 140.63 173.2 -
System Red Green Blue C M Y K H S L
Decimal 219 119 178 0 0.46 0.19 0.14 324.6 0.58 0.66
Hex DB 77 B2 0 2E 13 E 145 3A 42
Octal 333 167 262 0 56 23 16 505 72 102
Binary 11011011 1110111 10110010 0 101110 10011 1110 101000101 111010 1000010

Color Harmonies of #DB77B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB77B2

Black with #DB77B2

Text Example


Text Example

White with #DB77B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB77B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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