Html Css Color HEX #DB78B3 Persian Pink

📋 copy color: '#DB78B3'

red 219 ◦ green 120 ◦ blue 179

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

Shades of Persian Pink #DB78B3

Tints of Persian Pink #DB78B3

RGB

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

 GREEN value IS 120 (47.27% from 255) = 23.17%

 BLUE value IS 179 (70.31% from 255) = 34.56%

R = 42.28%
G = 23.17%
B = 34.56%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.18

 K value IS 0.14

RGB Variations

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

Color information

#DB78B3 (or 0xDB78B3) is known color: Persian Pink. HEX triplet: DB, 78 and B3. RGB value is (219,120,179). Sum of RGB (Red+Green+Blue) = 219+120+179=518 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.28% from 518); Green value is 120 (47.27% from 255 or 23.17% from 518); Blue value is 179 (70.31% from 255 or 34.56% from 518); Max value from RGB is 219 - color contains mainly: red. Hex color #DB78B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB78B3 is #24874C. Grayscale: #9C9C9C. Windows color (decimal): -2393933 or 11761883. OLE color: 11761883.

HSL color Cylindrical-coordinate representation of color #DB78B3: hue angle of 324.24º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DB78B3 is Cyan = 0, Magento = 0.45, Yellow = 0.18 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 120 179 -
CMYK 0 0.45 0.18 0.14
HSL 324.24º 0.58% 0.66% -
HSV(B) 324.24º 0.45% 0.86% -
XYZ 44.07 31.75 46.45 -
YUV 156.33 140.8 172.7 -
System Red Green Blue C M Y K H S L
Decimal 219 120 179 0 0.45 0.18 0.14 324.24 0.58 0.66
Hex DB 78 B3 0 2D 12 E 144 3A 42
Octal 333 170 263 0 55 22 16 504 72 102
Binary 11011011 1111000 10110011 0 101101 10010 1110 101000100 111010 1000010

Color Harmonies of #DB78B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB78B3

Black with #DB78B3

Text Example


Text Example

White with #DB78B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB78B3; }

 p { color: rgb(219,120,179); }

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

background-color css

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

 a { background-color: rgb(219,120,179); }

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

border-color css

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

 span { border-color: rgb(219,120,179); }

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