Html Css Color HEX #DB77BE Orchid

📋 copy color: '#DB77BE'

red 219 ◦ green 119 ◦ blue 190

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

Shades of Orchid #DB77BE

Tints of Orchid #DB77BE

RGB

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

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

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

R = 41.48%
G = 22.54%
B = 35.98%

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

#DB77BE (or 0xDB77BE) is known color: Orchid. HEX triplet: DB, 77 and BE. RGB value is (219,119,190). Sum of RGB (Red+Green+Blue) = 219+119+190=528 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.48% from 528); Green value is 119 (46.88% from 255 or 22.54% from 528); Blue value is 190 (74.61% from 255 or 35.98% from 528); Max value from RGB is 219 - color contains mainly: red. Hex color #DB77BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB77BE is #248841. Grayscale: #9C9C9C. Windows color (decimal): -2394178 or 12482523. OLE color: 12482523.

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

Color convert

RGB 219 119 190 -
CMYK 0 0.46 0.13 0.14
HSL 317.4º 0.58% 0.66% -
HSV(B) 317.4º 0.46% 0.86% -
XYZ 45.1 31.97 52.51 -
YUV 156.99 146.63 172.23 -
System Red Green Blue C M Y K H S L
Decimal 219 119 190 0 0.46 0.13 0.14 317.4 0.58 0.66
Hex DB 77 BE 0 2E D E 13D 3A 42
Octal 333 167 276 0 56 15 16 475 72 102
Binary 11011011 1110111 10111110 0 101110 1101 1110 100111101 111010 1000010

Color Harmonies of #DB77BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB77BE

Black with #DB77BE

Text Example


Text Example

White with #DB77BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB77BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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