Html Css Color HEX #DB77DA Orchid

📋 copy color: '#DB77DA'

red 219 ◦ green 119 ◦ blue 218

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

Shades of Orchid #DB77DA

Tints of Orchid #DB77DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 39.21%

R = 39.39%
G = 21.4%
B = 39.21%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.00

 K value IS 0.14

RGB Variations

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

Color information

#DB77DA (or 0xDB77DA) is known color: Orchid. HEX triplet: DB, 77 and DA. RGB value is (219,119,218). Sum of RGB (Red+Green+Blue) = 219+119+218=556 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.39% from 556); Green value is 119 (46.88% from 255 or 21.40% from 556); Blue value is 218 (85.55% from 255 or 39.21% from 556); Max value from RGB is 219 - color contains mainly: red. Hex color #DB77DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB77DA is #248825. Grayscale: #9F9F9F. Windows color (decimal): -2394150 or 14317531. OLE color: 14317531.

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

Color convert

RGB 219 119 218 -
CMYK 0 0.46 0.00 0.14
HSL 300.6º 0.58% 0.66% -
HSV(B) 300.6º 0.46% 0.86% -
XYZ 48.47 33.32 70.21 -
YUV 160.19 160.63 169.95 -
System Red Green Blue C M Y K H S L
Decimal 219 119 218 0 0.46 0.00 0.14 300.6 0.58 0.66
Hex DB 77 DA 0 2E 0 E 12D 3A 42
Octal 333 167 332 0 56 0 16 455 72 102
Binary 11011011 1110111 11011010 0 101110 0 1110 100101101 111010 1000010

Color Harmonies of #DB77DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB77DA

Black with #DB77DA

Text Example


Text Example

White with #DB77DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB77DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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