Html Css Color HEX #DB83BF Persian Pink

📋 copy color: '#DB83BF'

red 219 ◦ green 131 ◦ blue 191

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

Shades of Persian Pink #DB83BF

Tints of Persian Pink #DB83BF

RGB

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

 GREEN value IS 131 (51.56% from 255) = 24.21%

 BLUE value IS 191 (75% from 255) = 35.3%

R = 40.48%
G = 24.21%
B = 35.3%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.13

 K value IS 0.14

RGB Variations

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

Color information

#DB83BF (or 0xDB83BF) is known color: Persian Pink. HEX triplet: DB, 83 and BF. RGB value is (219,131,191). Sum of RGB (Red+Green+Blue) = 219+131+191=541 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.48% from 541); Green value is 131 (51.56% from 255 or 24.21% from 541); Blue value is 191 (75% from 255 or 35.30% from 541); Max value from RGB is 219 - color contains mainly: red. Hex color #DB83BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB83BF is #247C40. Grayscale: #A4A4A4. Windows color (decimal): -2391105 or 12551131. OLE color: 12551131.

HSL color Cylindrical-coordinate representation of color #DB83BF: hue angle of 319.09º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DB83BF is Cyan = 0, Magento = 0.40, Yellow = 0.13 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 131 191 -
CMYK 0 0.40 0.13 0.14
HSL 319.09º 0.55% 0.69% -
HSV(B) 319.09º 0.4% 0.86% -
XYZ 46.73 35.05 53.59 -
YUV 164.15 143.15 167.12 -
System Red Green Blue C M Y K H S L
Decimal 219 131 191 0 0.40 0.13 0.14 319.09 0.55 0.69
Hex DB 83 BF 0 28 D E 13F 37 45
Octal 333 203 277 0 50 15 16 477 67 105
Binary 11011011 10000011 10111111 0 101000 1101 1110 100111111 110111 1000101

Color Harmonies of #DB83BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB83BF

Black with #DB83BF

Text Example


Text Example

White with #DB83BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB83BF; }

 p { color: rgb(219,131,191); }

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

background-color css

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

 a { background-color: rgb(219,131,191); }

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

border-color css

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

 span { border-color: rgb(219,131,191); }

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