Html Css Color HEX #DB77D1 Orchid

📋 copy color: '#DB77D1'

red 219 ◦ green 119 ◦ blue 209

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

Shades of Orchid #DB77D1

Tints of Orchid #DB77D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 38.21%

R = 40.04%
G = 21.76%
B = 38.21%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.05

 K value IS 0.14

RGB Variations

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

Color information

#DB77D1 (or 0xDB77D1) is known color: Orchid. HEX triplet: DB, 77 and D1. RGB value is (219,119,209). Sum of RGB (Red+Green+Blue) = 219+119+209=547 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.04% from 547); Green value is 119 (46.88% from 255 or 21.76% from 547); Blue value is 209 (82.03% from 255 or 38.21% from 547); Max value from RGB is 219 - color contains mainly: red. Hex color #DB77D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB77D1 is #24882E. Grayscale: #9E9E9E. Windows color (decimal): -2394159 or 13727707. OLE color: 13727707.

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

Color convert

RGB 219 119 209 -
CMYK 0 0.46 0.05 0.14
HSL 306º 0.58% 0.66% -
HSV(B) 306º 0.46% 0.86% -
XYZ 47.32 32.86 64.17 -
YUV 159.16 156.13 170.68 -
System Red Green Blue C M Y K H S L
Decimal 219 119 209 0 0.46 0.05 0.14 306 0.58 0.66
Hex DB 77 D1 0 2E 5 E 132 3A 42
Octal 333 167 321 0 56 5 16 462 72 102
Binary 11011011 1110111 11010001 0 101110 101 1110 100110010 111010 1000010

Color Harmonies of #DB77D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB77D1

Black with #DB77D1

Text Example


Text Example

White with #DB77D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB77D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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