Html Css Color HEX #DB9A94 Petite Orchid

📋 copy color: '#DB9A94'

red 219 ◦ green 154 ◦ blue 148

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

Shades of Petite Orchid #DB9A94

Tints of Petite Orchid #DB9A94

RGB

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

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

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

R = 42.03%
G = 29.56%
B = 28.41%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.32

 K value IS 0.14

RGB Variations

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

Color information

#DB9A94 (or 0xDB9A94) is known color: Petite Orchid. HEX triplet: DB, 9A and 94. RGB value is (219,154,148). Sum of RGB (Red+Green+Blue) = 219+154+148=521 (69% of max value = 765). Red value is 219 (85.94% from 255 or 42.03% from 521); Green value is 154 (60.55% from 255 or 29.56% from 521); Blue value is 148 (58.20% from 255 or 28.41% from 521); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9A94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9A94 is #24656B. Grayscale: #ACACAC. Windows color (decimal): -2385260 or 9738971. OLE color: 9738971.

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

Color convert

RGB 219 154 148 -
CMYK 0 0.30 0.32 0.14
HSL 5.07º 0.5% 0.72% -
HSV(B) 5.07º 0.32% 0.86% -
XYZ 46.11 40.31 33.37 -
YUV 172.75 114.03 160.99 -
System Red Green Blue C M Y K H S L
Decimal 219 154 148 0 0.30 0.32 0.14 5.07 0.5 0.72
Hex DB 9A 94 0 1E 20 E 5 32 48
Octal 333 232 224 0 36 40 16 5 62 110
Binary 11011011 10011010 10010100 0 11110 100000 1110 101 110010 1001000

Color Harmonies of #DB9A94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9A94

Black with #DB9A94

Text Example


Text Example

White with #DB9A94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9A94; }

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

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

background-color css

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

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

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

border-color css

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

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

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