Html Css Color HEX #DB8E8D Petite Orchid

📋 copy color: '#DB8E8D'

red 219 ◦ green 142 ◦ blue 141

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

Shades of Petite Orchid #DB8E8D

Tints of Petite Orchid #DB8E8D

RGB

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

 GREEN value IS 142 (55.86% from 255) = 28.29%

 BLUE value IS 141 (55.47% from 255) = 28.09%

R = 43.63%
G = 28.29%
B = 28.09%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.36

 K value IS 0.14

RGB Variations

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

Color information

#DB8E8D (or 0xDB8E8D) is known color: Petite Orchid. HEX triplet: DB, 8E and 8D. RGB value is (219,142,141). Sum of RGB (Red+Green+Blue) = 219+142+141=502 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.63% from 502); Green value is 142 (55.86% from 255 or 28.29% from 502); Blue value is 141 (55.47% from 255 or 28.09% from 502); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8E8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB8E8D is #247172. Grayscale: #A4A4A4. Windows color (decimal): -2388339 or 9277147. OLE color: 9277147.

HSL color Cylindrical-coordinate representation of color #DB8E8D: hue angle of 0.77º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DB8E8D is Cyan = 0, Magento = 0.35, Yellow = 0.36 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 142 141 -
CMYK 0 0.35 0.36 0.14
HSL 0.77º 0.52% 0.71% -
HSV(B) 0.77º 0.36% 0.86% -
XYZ 43.69 36.33 29.91 -
YUV 164.91 114.51 166.58 -
System Red Green Blue C M Y K H S L
Decimal 219 142 141 0 0.35 0.36 0.14 0.77 0.52 0.71
Hex DB 8E 8D 0 23 24 E 1 34 47
Octal 333 216 215 0 43 44 16 1 64 107
Binary 11011011 10001110 10001101 0 100011 100100 1110 1 110100 1000111

Color Harmonies of #DB8E8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8E8D

Black with #DB8E8D

Text Example


Text Example

White with #DB8E8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8E8D; }

 p { color: rgb(219,142,141); }

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

background-color css

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

 a { background-color: rgb(219,142,141); }

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

border-color css

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

 span { border-color: rgb(219,142,141); }

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