Html Css Color HEX #DB7EBE Persian Pink

📋 copy color: '#DB7EBE'

red 219 ◦ green 126 ◦ blue 190

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

Shades of Persian Pink #DB7EBE

Tints of Persian Pink #DB7EBE

RGB

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

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

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

R = 40.93%
G = 23.55%
B = 35.51%

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

#DB7EBE (or 0xDB7EBE) is known color: Persian Pink. HEX triplet: DB, 7E and BE. RGB value is (219,126,190). Sum of RGB (Red+Green+Blue) = 219+126+190=535 (70% of max value = 765). Red value is 219 (85.94% from 255 or 40.93% from 535); Green value is 126 (49.61% from 255 or 23.55% from 535); Blue value is 190 (74.61% from 255 or 35.51% from 535); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7EBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB7EBE is #248141. Grayscale: #A0A0A0. Windows color (decimal): -2392386 or 12484315. OLE color: 12484315.

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

Color convert

RGB 219 126 190 -
CMYK 0 0.42 0.13 0.14
HSL 318.71º 0.56% 0.68% -
HSV(B) 318.71º 0.42% 0.86% -
XYZ 45.97 33.7 52.8 -
YUV 161.1 144.31 169.3 -
System Red Green Blue C M Y K H S L
Decimal 219 126 190 0 0.42 0.13 0.14 318.71 0.56 0.68
Hex DB 7E BE 0 2A D E 13F 38 44
Octal 333 176 276 0 52 15 16 477 70 104
Binary 11011011 1111110 10111110 0 101010 1101 1110 100111111 111000 1000100

Color Harmonies of #DB7EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7EBE

Black with #DB7EBE

Text Example


Text Example

White with #DB7EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7EBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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