Html Css Color HEX #DB76BF Orchid

📋 copy color: '#DB76BF'

red 219 ◦ green 118 ◦ blue 191

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

Shades of Orchid #DB76BF

Tints of Orchid #DB76BF

RGB

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

 GREEN value IS 118 (46.48% from 255) = 22.35%

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

R = 41.48%
G = 22.35%
B = 36.17%

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

#DB76BF (or 0xDB76BF) is known color: Orchid. HEX triplet: DB, 76 and BF. RGB value is (219,118,191). Sum of RGB (Red+Green+Blue) = 219+118+191=528 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.48% from 528); Green value is 118 (46.48% from 255 or 22.35% from 528); Blue value is 191 (75% from 255 or 36.17% from 528); Max value from RGB is 219 - color contains mainly: red. Hex color #DB76BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB76BF is #248940. Grayscale: #9C9C9C. Windows color (decimal): -2394433 or 12547803. OLE color: 12547803.

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

Color convert

RGB 219 118 191 -
CMYK 0 0.46 0.13 0.14
HSL 316.63º 0.58% 0.66% -
HSV(B) 316.63º 0.46% 0.86% -
XYZ 45.1 31.78 53.05 -
YUV 156.52 147.46 172.56 -
System Red Green Blue C M Y K H S L
Decimal 219 118 191 0 0.46 0.13 0.14 316.63 0.58 0.66
Hex DB 76 BF 0 2E D E 13D 3A 42
Octal 333 166 277 0 56 15 16 475 72 102
Binary 11011011 1110110 10111111 0 101110 1101 1110 100111101 111010 1000010

Color Harmonies of #DB76BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB76BF

Black with #DB76BF

Text Example


Text Example

White with #DB76BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB76BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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