Html Css Color HEX #DB9D9A Petite Orchid

📋 copy color: '#DB9D9A'

red 219 ◦ green 157 ◦ blue 154

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

Shades of Petite Orchid #DB9D9A

Tints of Petite Orchid #DB9D9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 29.06%

R = 41.32%
G = 29.62%
B = 29.06%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.30

 K value IS 0.14

RGB Variations

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

Color information

#DB9D9A (or 0xDB9D9A) is known color: Petite Orchid. HEX triplet: DB, 9D and 9A. RGB value is (219,157,154). Sum of RGB (Red+Green+Blue) = 219+157+154=530 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.32% from 530); Green value is 157 (61.72% from 255 or 29.62% from 530); Blue value is 154 (60.55% from 255 or 29.06% from 530); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9D9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9D9A is #246265. Grayscale: #AFAFAF. Windows color (decimal): -2384486 or 10132955. OLE color: 10132955.

HSL color Cylindrical-coordinate representation of color #DB9D9A: hue angle of 2.77º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DB9D9A is Cyan = 0, Magento = 0.28, Yellow = 0.30 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 157 154 -
CMYK 0 0.28 0.30 0.14
HSL 2.77º 0.47% 0.73% -
HSV(B) 2.77º 0.3% 0.86% -
XYZ 47.1 41.51 36.1 -
YUV 175.2 116.04 159.24 -
System Red Green Blue C M Y K H S L
Decimal 219 157 154 0 0.28 0.30 0.14 2.77 0.47 0.73
Hex DB 9D 9A 0 1C 1E E 3 2F 49
Octal 333 235 232 0 34 36 16 3 57 111
Binary 11011011 10011101 10011010 0 11100 11110 1110 11 101111 1001001

Color Harmonies of #DB9D9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9D9A

Black with #DB9D9A

Text Example


Text Example

White with #DB9D9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9D9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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