Html Css Color HEX #DB9D93 Petite Orchid

📋 copy color: '#DB9D93'

red 219 ◦ green 157 ◦ blue 147

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

Shades of Petite Orchid #DB9D93

Tints of Petite Orchid #DB9D93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 28.11%

R = 41.87%
G = 30.02%
B = 28.11%

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

#DB9D93 (or 0xDB9D93) is known color: Petite Orchid. HEX triplet: DB, 9D and 93. RGB value is (219,157,147). Sum of RGB (Red+Green+Blue) = 219+157+147=523 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.87% from 523); Green value is 157 (61.72% from 255 or 30.02% from 523); Blue value is 147 (57.81% from 255 or 28.11% from 523); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9D93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9D93 is #24626C. Grayscale: #AEAEAE. Windows color (decimal): -2384493 or 9674203. OLE color: 9674203.

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

Color convert

RGB 219 157 147 -
CMYK 0 0.28 0.33 0.14
HSL 8.33º 0.5% 0.72% -
HSV(B) 8.33º 0.33% 0.86% -
XYZ 46.54 41.28 33.12 -
YUV 174.4 112.54 159.81 -
System Red Green Blue C M Y K H S L
Decimal 219 157 147 0 0.28 0.33 0.14 8.33 0.5 0.72
Hex DB 9D 93 0 1C 21 E 8 32 48
Octal 333 235 223 0 34 41 16 10 62 110
Binary 11011011 10011101 10010011 0 11100 100001 1110 1000 110010 1001000

Color Harmonies of #DB9D93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9D93

Black with #DB9D93

Text Example


Text Example

White with #DB9D93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9D93; }

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

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

background-color css

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

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

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

border-color css

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

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

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