Html Css Color HEX #DB9C95 Petite Orchid

📋 copy color: '#DB9C95'

red 219 ◦ green 156 ◦ blue 149

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

Shades of Petite Orchid #DB9C95

Tints of Petite Orchid #DB9C95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 28.44%

R = 41.79%
G = 29.77%
B = 28.44%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.32

 K value IS 0.14

RGB Variations

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

Color information

#DB9C95 (or 0xDB9C95) is known color: Petite Orchid. HEX triplet: DB, 9C and 95. RGB value is (219,156,149). Sum of RGB (Red+Green+Blue) = 219+156+149=524 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.79% from 524); Green value is 156 (61.33% from 255 or 29.77% from 524); Blue value is 149 (58.59% from 255 or 28.44% from 524); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9C95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9C95 is #24636A. Grayscale: #AEAEAE. Windows color (decimal): -2384747 or 9805019. OLE color: 9805019.

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

Color convert

RGB 219 156 149 -
CMYK 0 0.29 0.32 0.14
HSL 0.49% 0.72% -
HSV(B) 0.32% 0.86% -
XYZ 46.53 41.01 33.9 -
YUV 174.04 113.87 160.07 -
System Red Green Blue C M Y K H S L
Decimal 219 156 149 0 0.29 0.32 0.14 6 0.49 0.72
Hex DB 9C 95 0 1D 20 E 6 31 48
Octal 333 234 225 0 35 40 16 6 61 110
Binary 11011011 10011100 10010101 0 11101 100000 1110 110 110001 1001000

Color Harmonies of #DB9C95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9C95

Black with #DB9C95

Text Example


Text Example

White with #DB9C95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9C95; }

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

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

background-color css

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

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

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

border-color css

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

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

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