Html Css Color HEX #DB9F9D Petite Orchid

📋 copy color: '#DB9F9D'

red 219 ◦ green 159 ◦ blue 157

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

Shades of Petite Orchid #DB9F9D

Tints of Petite Orchid #DB9F9D

RGB

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

 GREEN value IS 159 (62.5% from 255) = 29.72%

 BLUE value IS 157 (61.72% from 255) = 29.35%

R = 40.93%
G = 29.72%
B = 29.35%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.28

 K value IS 0.14

RGB Variations

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

Color information

#DB9F9D (or 0xDB9F9D) is known color: Petite Orchid. HEX triplet: DB, 9F and 9D. RGB value is (219,159,157). Sum of RGB (Red+Green+Blue) = 219+159+157=535 (70% of max value = 765). Red value is 219 (85.94% from 255 or 40.93% from 535); Green value is 159 (62.5% from 255 or 29.72% from 535); Blue value is 157 (61.72% from 255 or 29.35% from 535); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9F9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9F9D is #246062. Grayscale: #B0B0B0. Windows color (decimal): -2383971 or 10330075. OLE color: 10330075.

HSL color Cylindrical-coordinate representation of color #DB9F9D: hue angle of 1.94º degrees, saturation: 0.46, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DB9F9D is Cyan = 0, Magento = 0.27, Yellow = 0.28 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 159 157 -
CMYK 0 0.27 0.28 0.14
HSL 1.94º 0.46% 0.74% -
HSV(B) 1.94º 0.28% 0.86% -
XYZ 47.7 42.29 37.55 -
YUV 176.71 116.88 158.16 -
System Red Green Blue C M Y K H S L
Decimal 219 159 157 0 0.27 0.28 0.14 1.94 0.46 0.74
Hex DB 9F 9D 0 1B 1C E 2 2E 4A
Octal 333 237 235 0 33 34 16 2 56 112
Binary 11011011 10011111 10011101 0 11011 11100 1110 10 101110 1001010

Color Harmonies of #DB9F9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9F9D

Black with #DB9F9D

Text Example


Text Example

White with #DB9F9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9F9D; }

 p { color: rgb(219,159,157); }

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

background-color css

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

 a { background-color: rgb(219,159,157); }

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

border-color css

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

 span { border-color: rgb(219,159,157); }

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