Html Css Color HEX #DB77BF Orchid

📋 copy color: '#DB77BF'

red 219 ◦ green 119 ◦ blue 191

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

Shades of Orchid #DB77BF

Tints of Orchid #DB77BF

RGB

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

 GREEN value IS 119 (46.88% from 255) = 22.5%

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

R = 41.4%
G = 22.5%
B = 36.11%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.13

 K value IS 0.14

RGB Variations

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

Color information

#DB77BF (or 0xDB77BF) is known color: Orchid. HEX triplet: DB, 77 and BF. RGB value is (219,119,191). Sum of RGB (Red+Green+Blue) = 219+119+191=529 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.40% from 529); Green value is 119 (46.88% from 255 or 22.50% from 529); Blue value is 191 (75% from 255 or 36.11% from 529); Max value from RGB is 219 - color contains mainly: red. Hex color #DB77BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB77BF is #248840. Grayscale: #9C9C9C. Windows color (decimal): -2394177 or 12548059. OLE color: 12548059.

HSL color Cylindrical-coordinate representation of color #DB77BF: hue angle of 316.8º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DB77BF is Cyan = 0, Magento = 0.46, Yellow = 0.13 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 119 191 -
CMYK 0 0.46 0.13 0.14
HSL 316.8º 0.58% 0.66% -
HSV(B) 316.8º 0.46% 0.86% -
XYZ 45.21 32.02 53.09 -
YUV 157.11 147.13 172.15 -
System Red Green Blue C M Y K H S L
Decimal 219 119 191 0 0.46 0.13 0.14 316.8 0.58 0.66
Hex DB 77 BF 0 2E D E 13D 3A 42
Octal 333 167 277 0 56 15 16 475 72 102
Binary 11011011 1110111 10111111 0 101110 1101 1110 100111101 111010 1000010

Color Harmonies of #DB77BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB77BF

Black with #DB77BF

Text Example


Text Example

White with #DB77BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB77BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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