Html Css Color HEX #DB7FBA Persian Pink

📋 copy color: '#DB7FBA'

red 219 ◦ green 127 ◦ blue 186

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

Shades of Persian Pink #DB7FBA

Tints of Persian Pink #DB7FBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 34.96%

R = 41.17%
G = 23.87%
B = 34.96%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#DB7FBA (or 0xDB7FBA) is known color: Persian Pink. HEX triplet: DB, 7F and BA. RGB value is (219,127,186). Sum of RGB (Red+Green+Blue) = 219+127+186=532 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.17% from 532); Green value is 127 (50% from 255 or 23.87% from 532); Blue value is 186 (73.05% from 255 or 34.96% from 532); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7FBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB7FBA is #248045. Grayscale: #A1A1A1. Windows color (decimal): -2392134 or 12222427. OLE color: 12222427.

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

Color convert

RGB 219 127 186 -
CMYK 0 0.42 0.15 0.14
HSL 321.52º 0.56% 0.68% -
HSV(B) 321.52º 0.42% 0.86% -
XYZ 45.67 33.78 50.57 -
YUV 161.23 141.98 169.2 -
System Red Green Blue C M Y K H S L
Decimal 219 127 186 0 0.42 0.15 0.14 321.52 0.56 0.68
Hex DB 7F BA 0 2A F E 142 38 44
Octal 333 177 272 0 52 17 16 502 70 104
Binary 11011011 1111111 10111010 0 101010 1111 1110 101000010 111000 1000100

Color Harmonies of #DB7FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7FBA

Black with #DB7FBA

Text Example


Text Example

White with #DB7FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7FBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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