Html Css Color HEX #DB78AF Persian Pink

📋 copy color: '#DB78AF'

red 219 ◦ green 120 ◦ blue 175

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

Shades of Persian Pink #DB78AF

Tints of Persian Pink #DB78AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 34.05%

R = 42.61%
G = 23.35%
B = 34.05%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.20

 K value IS 0.14

RGB Variations

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

Color information

#DB78AF (or 0xDB78AF) is known color: Persian Pink. HEX triplet: DB, 78 and AF. RGB value is (219,120,175). Sum of RGB (Red+Green+Blue) = 219+120+175=514 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.61% from 514); Green value is 120 (47.27% from 255 or 23.35% from 514); Blue value is 175 (68.75% from 255 or 34.05% from 514); Max value from RGB is 219 - color contains mainly: red. Hex color #DB78AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB78AF is #248750. Grayscale: #9B9B9B. Windows color (decimal): -2393937 or 11499739. OLE color: 11499739.

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

Color convert

RGB 219 120 175 -
CMYK 0 0.45 0.20 0.14
HSL 326.67º 0.58% 0.66% -
HSV(B) 326.67º 0.45% 0.86% -
XYZ 43.67 31.59 44.35 -
YUV 155.87 138.8 173.03 -
System Red Green Blue C M Y K H S L
Decimal 219 120 175 0 0.45 0.20 0.14 326.67 0.58 0.66
Hex DB 78 AF 0 2D 14 E 147 3A 42
Octal 333 170 257 0 55 24 16 507 72 102
Binary 11011011 1111000 10101111 0 101101 10100 1110 101000111 111010 1000010

Color Harmonies of #DB78AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB78AF

Black with #DB78AF

Text Example


Text Example

White with #DB78AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB78AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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