Html Css Color HEX #DB9D92 Petite Orchid

📋 copy color: '#DB9D92'

red 219 ◦ green 157 ◦ blue 146

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

Shades of Petite Orchid #DB9D92

Tints of Petite Orchid #DB9D92

RGB

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

 GREEN value IS 157 (61.72% from 255) = 30.08%

 BLUE value IS 146 (57.42% from 255) = 27.97%

R = 41.95%
G = 30.08%
B = 27.97%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.33

 K value IS 0.14

RGB Variations

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

Color information

#DB9D92 (or 0xDB9D92) is known color: Petite Orchid. HEX triplet: DB, 9D and 92. RGB value is (219,157,146). Sum of RGB (Red+Green+Blue) = 219+157+146=522 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.95% from 522); Green value is 157 (61.72% from 255 or 30.08% from 522); Blue value is 146 (57.42% from 255 or 27.97% from 522); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9D92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9D92 is #24626D. Grayscale: #AEAEAE. Windows color (decimal): -2384494 or 9608667. OLE color: 9608667.

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

Color convert

RGB 219 157 146 -
CMYK 0 0.28 0.33 0.14
HSL 9.04º 0.5% 0.72% -
HSV(B) 9.04º 0.33% 0.86% -
XYZ 46.46 41.25 32.71 -
YUV 174.28 112.04 159.89 -
System Red Green Blue C M Y K H S L
Decimal 219 157 146 0 0.28 0.33 0.14 9.04 0.5 0.72
Hex DB 9D 92 0 1C 21 E 9 32 48
Octal 333 235 222 0 34 41 16 11 62 110
Binary 11011011 10011101 10010010 0 11100 100001 1110 1001 110010 1001000

Color Harmonies of #DB9D92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9D92

Black with #DB9D92

Text Example


Text Example

White with #DB9D92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9D92; }

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

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

background-color css

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

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

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

border-color css

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

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

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