Html Css Color HEX #DB9494 Petite Orchid

📋 copy color: '#DB9494'

red 219 ◦ green 148 ◦ blue 148

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

Shades of Petite Orchid #DB9494

Tints of Petite Orchid #DB9494

RGB

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

 GREEN value IS 148 (58.2% from 255) = 28.74%

 BLUE value IS 148 (58.2% from 255) = 28.74%

R = 42.52%
G = 28.74%
B = 28.74%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.32

 K value IS 0.14

RGB Variations

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

Color information

#DB9494 (or 0xDB9494) is known color: Petite Orchid. HEX triplet: DB, 94 and 94. RGB value is (219,148,148). Sum of RGB (Red+Green+Blue) = 219+148+148=515 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.52% from 515); Green value is 148 (58.20% from 255 or 28.74% from 515); Blue value is 148 (58.20% from 255 or 28.74% from 515); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9494 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9494 is #246B6B. Grayscale: #A9A9A9. Windows color (decimal): -2386796 or 9737435. OLE color: 9737435.

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

Color convert

RGB 219 148 148 -
CMYK 0 0.32 0.32 0.14
HSL 0.5% 0.72% -
HSV(B) 0.32% 0.86% -
XYZ 45.15 38.38 33.05 -
YUV 169.23 116.02 163.5 -
System Red Green Blue C M Y K H S L
Decimal 219 148 148 0 0.32 0.32 0.14 0 0.5 0.72
Hex DB 94 94 0 20 20 E 0 32 48
Octal 333 224 224 0 40 40 16 0 62 110
Binary 11011011 10010100 10010100 0 100000 100000 1110 0 110010 1001000

Color Harmonies of #DB9494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9494

Black with #DB9494

Text Example


Text Example

White with #DB9494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9494; }

 p { color: rgb(219,148,148); }

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

background-color css

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

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

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

border-color css

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

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

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