Html Css Color HEX #DB9992 Petite Orchid

📋 copy color: '#DB9992'

red 219 ◦ green 153 ◦ blue 146

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

Shades of Petite Orchid #DB9992

Tints of Petite Orchid #DB9992

RGB

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

 GREEN value IS 153 (60.16% from 255) = 29.54%

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

R = 42.28%
G = 29.54%
B = 28.19%

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

#DB9992 (or 0xDB9992) is known color: Petite Orchid. HEX triplet: DB, 99 and 92. RGB value is (219,153,146). Sum of RGB (Red+Green+Blue) = 219+153+146=518 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.28% from 518); Green value is 153 (60.16% from 255 or 29.54% from 518); Blue value is 146 (57.42% from 255 or 28.19% from 518); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9992 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9992 is #24666D. Grayscale: #ACACAC. Windows color (decimal): -2385518 or 9607643. OLE color: 9607643.

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

Color convert

RGB 219 153 146 -
CMYK 0 0.30 0.33 0.14
HSL 5.75º 0.5% 0.72% -
HSV(B) 5.75º 0.33% 0.86% -
XYZ 45.79 39.92 32.49 -
YUV 171.94 113.37 161.57 -
System Red Green Blue C M Y K H S L
Decimal 219 153 146 0 0.30 0.33 0.14 5.75 0.5 0.72
Hex DB 99 92 0 1E 21 E 6 32 48
Octal 333 231 222 0 36 41 16 6 62 110
Binary 11011011 10011001 10010010 0 11110 100001 1110 110 110010 1001000

Color Harmonies of #DB9992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9992

Black with #DB9992

Text Example


Text Example

White with #DB9992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9992; }

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

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

background-color css

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

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

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

border-color css

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

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

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