#DB9D9C

Color #DB9D9C Petite Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Petite Orchid #DB9D9C

Tints of Petite Orchid #DB9D9C

Color information

#DB9D9C (or 0xDB9D9C) is unknown color: approx Petite Orchid. HEX triplet: DB, 9D and 9C. RGB value is (219,157,156). Sum of RGB (Red+Green+Blue) = 219+157+156=532 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.17% from 532); Green value is 157 (61.72% from 255 or 29.51% from 532); Blue value is 156 (61.33% from 255 or 29.32% from 532); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9D9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9D9C is #246263. Grayscale: #AFAFAF. Windows color (decimal): -2384484 or 10264027. OLE color: 10264027.

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

Color convert

RGB219157156-
CMYK00.280.290.14
HSL0.95º46.67%73.53%-
HSV(B)0.95º28.77%85.88%-
XYZ47.2741.5736.99-
YUV175.42117.04159.08-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 41.17%
GREEN value IS 157 (61.72% from 255) = 29.51%
BLUE value IS 156 (61.33% from 255) = 29.32%
R=41.17%
G=29.51%
B=29.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.29
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21915715600.280.290.140.9546.6773.53
HexDB9D9C01C1DE12f4a
Octal3332352340343516157112
Binary11011011100111011001110001110011101111011011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB9D9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB9D9C; }

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

 H1.HeaderClassName
 {
   color: #DB9D9C;
 }
 .AnyTagClassName
 {
   color: #DB9D9C;
 }
</style>
background-color css

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

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

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

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

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

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