Html Css Color HEX #DB81DA Orchid

📋 copy color: '#DB81DA'

red 219 ◦ green 129 ◦ blue 218

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

Shades of Orchid #DB81DA

Tints of Orchid #DB81DA

RGB

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

 GREEN value IS 129 (50.78% from 255) = 22.79%

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

R = 38.69%
G = 22.79%
B = 38.52%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.00

 K value IS 0.14

RGB Variations

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

Color information

#DB81DA (or 0xDB81DA) is known color: Orchid. HEX triplet: DB, 81 and DA. RGB value is (219,129,218). Sum of RGB (Red+Green+Blue) = 219+129+218=566 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.69% from 566); Green value is 129 (50.78% from 255 or 22.79% from 566); Blue value is 218 (85.55% from 255 or 38.52% from 566); Max value from RGB is 219 - color contains mainly: red. Hex color #DB81DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB81DA is #247E25. Grayscale: #A5A5A5. Windows color (decimal): -2391590 or 14320091. OLE color: 14320091.

HSL color Cylindrical-coordinate representation of color #DB81DA: hue angle of 300.67º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DB81DA is Cyan = 0, Magento = 0.41, Yellow = 0.00 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 129 218 -
CMYK 0 0.41 0.00 0.14
HSL 300.67º 0.56% 0.68% -
HSV(B) 300.67º 0.41% 0.86% -
XYZ 49.72 35.82 70.62 -
YUV 166.06 157.32 165.76 -
System Red Green Blue C M Y K H S L
Decimal 219 129 218 0 0.41 0.00 0.14 300.67 0.56 0.68
Hex DB 81 DA 0 29 0 E 12D 38 44
Octal 333 201 332 0 51 0 16 455 70 104
Binary 11011011 10000001 11011010 0 101001 0 1110 100101101 111000 1000100

Color Harmonies of #DB81DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB81DA

Black with #DB81DA

Text Example


Text Example

White with #DB81DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB81DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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