Html Css Color HEX #DB82BE Persian Pink

📋 copy color: '#DB82BE'

red 219 ◦ green 130 ◦ blue 190

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

Shades of Persian Pink #DB82BE

Tints of Persian Pink #DB82BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 35.25%

R = 40.63%
G = 24.12%
B = 35.25%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.13

 K value IS 0.14

RGB Variations

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

Color information

#DB82BE (or 0xDB82BE) is known color: Persian Pink. HEX triplet: DB, 82 and BE. RGB value is (219,130,190). Sum of RGB (Red+Green+Blue) = 219+130+190=539 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.63% from 539); Green value is 130 (51.17% from 255 or 24.12% from 539); Blue value is 190 (74.61% from 255 or 35.25% from 539); Max value from RGB is 219 - color contains mainly: red. Hex color #DB82BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB82BE is #247D41. Grayscale: #A3A3A3. Windows color (decimal): -2391362 or 12485339. OLE color: 12485339.

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

Color convert

RGB 219 130 190 -
CMYK 0 0.41 0.13 0.14
HSL 319.55º 0.55% 0.68% -
HSV(B) 319.55º 0.41% 0.86% -
XYZ 46.49 34.74 52.97 -
YUV 163.45 142.99 167.62 -
System Red Green Blue C M Y K H S L
Decimal 219 130 190 0 0.41 0.13 0.14 319.55 0.55 0.68
Hex DB 82 BE 0 29 D E 140 37 44
Octal 333 202 276 0 51 15 16 500 67 104
Binary 11011011 10000010 10111110 0 101001 1101 1110 101000000 110111 1000100

Color Harmonies of #DB82BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB82BE

Black with #DB82BE

Text Example


Text Example

White with #DB82BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB82BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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