Html Css Color HEX #DB7EBF Persian Pink

📋 copy color: '#DB7EBF'

red 219 ◦ green 126 ◦ blue 191

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

Shades of Persian Pink #DB7EBF

Tints of Persian Pink #DB7EBF

RGB

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

 GREEN value IS 126 (49.61% from 255) = 23.51%

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

R = 40.86%
G = 23.51%
B = 35.63%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.13

 K value IS 0.14

RGB Variations

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

Color information

#DB7EBF (or 0xDB7EBF) is known color: Persian Pink. HEX triplet: DB, 7E and BF. RGB value is (219,126,191). Sum of RGB (Red+Green+Blue) = 219+126+191=536 (70% of max value = 765). Red value is 219 (85.94% from 255 or 40.86% from 536); Green value is 126 (49.61% from 255 or 23.51% from 536); Blue value is 191 (75% from 255 or 35.63% from 536); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7EBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB7EBF is #248140. Grayscale: #A1A1A1. Windows color (decimal): -2392385 or 12549851. OLE color: 12549851.

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

Color convert

RGB 219 126 191 -
CMYK 0 0.42 0.13 0.14
HSL 318.06º 0.56% 0.68% -
HSV(B) 318.06º 0.42% 0.86% -
XYZ 46.08 33.74 53.37 -
YUV 161.22 144.81 169.21 -
System Red Green Blue C M Y K H S L
Decimal 219 126 191 0 0.42 0.13 0.14 318.06 0.56 0.68
Hex DB 7E BF 0 2A D E 13E 38 44
Octal 333 176 277 0 52 15 16 476 70 104
Binary 11011011 1111110 10111111 0 101010 1101 1110 100111110 111000 1000100

Color Harmonies of #DB7EBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7EBF

Black with #DB7EBF

Text Example


Text Example

White with #DB7EBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7EBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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