Html Css Color HEX #DB7FB9 Persian Pink

📋 copy color: '#DB7FB9'

red 219 ◦ green 127 ◦ blue 185

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

Shades of Persian Pink #DB7FB9

Tints of Persian Pink #DB7FB9

RGB

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

 GREEN value IS 127 (50% from 255) = 23.92%

 BLUE value IS 185 (72.66% from 255) = 34.84%

R = 41.24%
G = 23.92%
B = 34.84%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.16

 K value IS 0.14

RGB Variations

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

Color information

#DB7FB9 (or 0xDB7FB9) is known color: Persian Pink. HEX triplet: DB, 7F and B9. RGB value is (219,127,185). Sum of RGB (Red+Green+Blue) = 219+127+185=531 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.24% from 531); Green value is 127 (50% from 255 or 23.92% from 531); Blue value is 185 (72.66% from 255 or 34.84% from 531); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7FB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB7FB9 is #248046. Grayscale: #A0A0A0. Windows color (decimal): -2392135 or 12156891. OLE color: 12156891.

HSL color Cylindrical-coordinate representation of color #DB7FB9: hue angle of 322.17º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DB7FB9 is Cyan = 0, Magento = 0.42, Yellow = 0.16 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 127 185 -
CMYK 0 0.42 0.16 0.14
HSL 322.17º 0.56% 0.68% -
HSV(B) 322.17º 0.42% 0.86% -
XYZ 45.56 33.74 50.01 -
YUV 161.12 141.48 169.28 -
System Red Green Blue C M Y K H S L
Decimal 219 127 185 0 0.42 0.16 0.14 322.17 0.56 0.68
Hex DB 7F B9 0 2A 10 E 142 38 44
Octal 333 177 271 0 52 20 16 502 70 104
Binary 11011011 1111111 10111001 0 101010 10000 1110 101000010 111000 1000100

Color Harmonies of #DB7FB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7FB9

Black with #DB7FB9

Text Example


Text Example

White with #DB7FB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7FB9; }

 p { color: rgb(219,127,185); }

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

background-color css

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

 a { background-color: rgb(219,127,185); }

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

border-color css

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

 span { border-color: rgb(219,127,185); }

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