Html Css Color HEX #DB7EBC Persian Pink

📋 copy color: '#DB7EBC'

red 219 ◦ green 126 ◦ blue 188

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

Shades of Persian Pink #DB7EBC

Tints of Persian Pink #DB7EBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 35.27%

R = 41.09%
G = 23.64%
B = 35.27%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.14

 K value IS 0.14

RGB Variations

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

Color information

#DB7EBC (or 0xDB7EBC) is known color: Persian Pink. HEX triplet: DB, 7E and BC. RGB value is (219,126,188). Sum of RGB (Red+Green+Blue) = 219+126+188=533 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.09% from 533); Green value is 126 (49.61% from 255 or 23.64% from 533); Blue value is 188 (73.83% from 255 or 35.27% from 533); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7EBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB7EBC is #248143. Grayscale: #A0A0A0. Windows color (decimal): -2392388 or 12353243. OLE color: 12353243.

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

Color convert

RGB 219 126 188 -
CMYK 0 0.42 0.14 0.14
HSL 320º 0.56% 0.68% -
HSV(B) 320º 0.42% 0.86% -
XYZ 45.75 33.61 51.65 -
YUV 160.88 143.31 169.46 -
System Red Green Blue C M Y K H S L
Decimal 219 126 188 0 0.42 0.14 0.14 320 0.56 0.68
Hex DB 7E BC 0 2A E E 140 38 44
Octal 333 176 274 0 52 16 16 500 70 104
Binary 11011011 1111110 10111100 0 101010 1110 1110 101000000 111000 1000100

Color Harmonies of #DB7EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7EBC

Black with #DB7EBC

Text Example


Text Example

White with #DB7EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7EBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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