Html Css Color HEX #DB81D4 Orchid

📋 copy color: '#DB81D4'

red 219 ◦ green 129 ◦ blue 212

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

Shades of Orchid #DB81D4

Tints of Orchid #DB81D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 37.86%

R = 39.11%
G = 23.04%
B = 37.86%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.03

 K value IS 0.14

RGB Variations

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

Color information

#DB81D4 (or 0xDB81D4) is known color: Orchid. HEX triplet: DB, 81 and D4. RGB value is (219,129,212). Sum of RGB (Red+Green+Blue) = 219+129+212=560 (74% of max value = 765). Red value is 219 (85.94% from 255 or 39.11% from 560); Green value is 129 (50.78% from 255 or 23.04% from 560); Blue value is 212 (83.20% from 255 or 37.86% from 560); Max value from RGB is 219 - color contains mainly: red. Hex color #DB81D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB81D4 is #247E2B. Grayscale: #A5A5A5. Windows color (decimal): -2391596 or 13926875. OLE color: 13926875.

HSL color Cylindrical-coordinate representation of color #DB81D4: hue angle of 304.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 #DB81D4 is Cyan = 0, Magento = 0.41, Yellow = 0.03 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 129 212 -
CMYK 0 0.41 0.03 0.14
HSL 304.67º 0.56% 0.68% -
HSV(B) 304.67º 0.41% 0.86% -
XYZ 48.95 35.51 66.56 -
YUV 165.37 154.32 166.25 -
System Red Green Blue C M Y K H S L
Decimal 219 129 212 0 0.41 0.03 0.14 304.67 0.56 0.68
Hex DB 81 D4 0 29 3 E 131 38 44
Octal 333 201 324 0 51 3 16 461 70 104
Binary 11011011 10000001 11010100 0 101001 11 1110 100110001 111000 1000100

Color Harmonies of #DB81D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB81D4

Black with #DB81D4

Text Example


Text Example

White with #DB81D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB81D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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