Html Css Color HEX #DB9C9B Petite Orchid

📋 copy color: '#DB9C9B'

red 219 ◦ green 156 ◦ blue 155

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

Shades of Petite Orchid #DB9C9B

Tints of Petite Orchid #DB9C9B

RGB

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

 GREEN value IS 156 (61.33% from 255) = 29.43%

 BLUE value IS 155 (60.94% from 255) = 29.25%

R = 41.32%
G = 29.43%
B = 29.25%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.29

 K value IS 0.14

RGB Variations

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

Color information

#DB9C9B (or 0xDB9C9B) is known color: Petite Orchid. HEX triplet: DB, 9C and 9B. RGB value is (219,156,155). Sum of RGB (Red+Green+Blue) = 219+156+155=530 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.32% from 530); Green value is 156 (61.33% from 255 or 29.43% from 530); Blue value is 155 (60.94% from 255 or 29.25% from 530); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9C9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9C9B is #246364. Grayscale: #AEAEAE. Windows color (decimal): -2384741 or 10198235. OLE color: 10198235.

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

Color convert

RGB 219 156 155 -
CMYK 0 0.29 0.29 0.14
HSL 0.94º 0.47% 0.73% -
HSV(B) 0.94º 0.29% 0.86% -
XYZ 47.02 41.2 36.49 -
YUV 174.72 116.87 159.58 -
System Red Green Blue C M Y K H S L
Decimal 219 156 155 0 0.29 0.29 0.14 0.94 0.47 0.73
Hex DB 9C 9B 0 1D 1D E 1 2F 49
Octal 333 234 233 0 35 35 16 1 57 111
Binary 11011011 10011100 10011011 0 11101 11101 1110 1 101111 1001001

Color Harmonies of #DB9C9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9C9B

Black with #DB9C9B

Text Example


Text Example

White with #DB9C9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9C9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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