Html Css Color HEX #DB76DA Orchid

📋 copy color: '#DB76DA'

red 219 ◦ green 118 ◦ blue 218

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

Shades of Orchid #DB76DA

Tints of Orchid #DB76DA

RGB

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

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

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

R = 39.46%
G = 21.26%
B = 39.28%

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

#DB76DA (or 0xDB76DA) is known color: Orchid. HEX triplet: DB, 76 and DA. RGB value is (219,118,218). Sum of RGB (Red+Green+Blue) = 219+118+218=555 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.46% from 555); Green value is 118 (46.48% from 255 or 21.26% from 555); Blue value is 218 (85.55% from 255 or 39.28% from 555); Max value from RGB is 219 - color contains mainly: red. Hex color #DB76DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB76DA is #248925. Grayscale: #9F9F9F. Windows color (decimal): -2394406 or 14317275. OLE color: 14317275.

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

Color convert

RGB 219 118 218 -
CMYK 0 0.46 0.00 0.14
HSL 300.59º 0.58% 0.66% -
HSV(B) 300.59º 0.46% 0.86% -
XYZ 48.35 33.08 70.17 -
YUV 159.6 160.96 170.37 -
System Red Green Blue C M Y K H S L
Decimal 219 118 218 0 0.46 0.00 0.14 300.59 0.58 0.66
Hex DB 76 DA 0 2E 0 E 12D 3A 42
Octal 333 166 332 0 56 0 16 455 72 102
Binary 11011011 1110110 11011010 0 101110 0 1110 100101101 111010 1000010

Color Harmonies of #DB76DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB76DA

Black with #DB76DA

Text Example


Text Example

White with #DB76DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB76DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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