Html Css Color HEX #DB9A92 Petite Orchid

📋 copy color: '#DB9A92'

red 219 ◦ green 154 ◦ blue 146

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

Shades of Petite Orchid #DB9A92

Tints of Petite Orchid #DB9A92

RGB

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

 GREEN value IS 154 (60.55% from 255) = 29.67%

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

R = 42.2%
G = 29.67%
B = 28.13%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.33

 K value IS 0.14

RGB Variations

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

Color information

#DB9A92 (or 0xDB9A92) is known color: Petite Orchid. HEX triplet: DB, 9A and 92. RGB value is (219,154,146). Sum of RGB (Red+Green+Blue) = 219+154+146=519 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.20% from 519); Green value is 154 (60.55% from 255 or 29.67% from 519); Blue value is 146 (57.42% from 255 or 28.13% from 519); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9A92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9A92 is #24656D. Grayscale: #ACACAC. Windows color (decimal): -2385262 or 9607899. OLE color: 9607899.

HSL color Cylindrical-coordinate representation of color #DB9A92: hue angle of 6.58º 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 #DB9A92 is Cyan = 0, Magento = 0.30, Yellow = 0.33 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 154 146 -
CMYK 0 0.30 0.33 0.14
HSL 6.58º 0.5% 0.72% -
HSV(B) 6.58º 0.33% 0.86% -
XYZ 45.96 40.25 32.54 -
YUV 172.52 113.03 161.15 -
System Red Green Blue C M Y K H S L
Decimal 219 154 146 0 0.30 0.33 0.14 6.58 0.5 0.72
Hex DB 9A 92 0 1E 21 E 7 32 48
Octal 333 232 222 0 36 41 16 7 62 110
Binary 11011011 10011010 10010010 0 11110 100001 1110 111 110010 1001000

Color Harmonies of #DB9A92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9A92

Black with #DB9A92

Text Example


Text Example

White with #DB9A92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9A92; }

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

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

background-color css

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

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

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

border-color css

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

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

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