Html Css Color HEX #DB82BA Persian Pink

📋 copy color: '#DB82BA'

red 219 ◦ green 130 ◦ blue 186

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

Shades of Persian Pink #DB82BA

Tints of Persian Pink #DB82BA

RGB

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

 GREEN value IS 130 (51.17% from 255) = 24.3%

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

R = 40.93%
G = 24.3%
B = 34.77%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#DB82BA (or 0xDB82BA) is known color: Persian Pink. HEX triplet: DB, 82 and BA. RGB value is (219,130,186). Sum of RGB (Red+Green+Blue) = 219+130+186=535 (70% of max value = 765). Red value is 219 (85.94% from 255 or 40.93% from 535); Green value is 130 (51.17% from 255 or 24.30% from 535); Blue value is 186 (73.05% from 255 or 34.77% from 535); Max value from RGB is 219 - color contains mainly: red. Hex color #DB82BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB82BA is #247D45. Grayscale: #A2A2A2. Windows color (decimal): -2391366 or 12223195. OLE color: 12223195.

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

Color convert

RGB 219 130 186 -
CMYK 0 0.41 0.15 0.14
HSL 322.25º 0.55% 0.68% -
HSV(B) 322.25º 0.41% 0.86% -
XYZ 46.06 34.57 50.7 -
YUV 163 140.99 167.95 -
System Red Green Blue C M Y K H S L
Decimal 219 130 186 0 0.41 0.15 0.14 322.25 0.55 0.68
Hex DB 82 BA 0 29 F E 142 37 44
Octal 333 202 272 0 51 17 16 502 67 104
Binary 11011011 10000010 10111010 0 101001 1111 1110 101000010 110111 1000100

Color Harmonies of #DB82BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB82BA

Black with #DB82BA

Text Example


Text Example

White with #DB82BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB82BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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