Html Css Color HEX #DB9795 Petite Orchid

📋 copy color: '#DB9795'

red 219 ◦ green 151 ◦ blue 149

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

Shades of Petite Orchid #DB9795

Tints of Petite Orchid #DB9795

RGB

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

 GREEN value IS 151 (59.38% from 255) = 29.09%

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

R = 42.2%
G = 29.09%
B = 28.71%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.32

 K value IS 0.14

RGB Variations

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

Color information

#DB9795 (or 0xDB9795) is known color: Petite Orchid. HEX triplet: DB, 97 and 95. RGB value is (219,151,149). Sum of RGB (Red+Green+Blue) = 219+151+149=519 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.20% from 519); Green value is 151 (59.38% from 255 or 29.09% from 519); Blue value is 149 (58.59% from 255 or 28.71% from 519); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9795 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9795 is #24686A. Grayscale: #ABABAB. Windows color (decimal): -2386027 or 9803739. OLE color: 9803739.

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

Color convert

RGB 219 151 149 -
CMYK 0 0.31 0.32 0.14
HSL 1.71º 0.49% 0.72% -
HSV(B) 1.71º 0.32% 0.86% -
XYZ 45.7 39.36 33.62 -
YUV 171.1 115.53 162.16 -
System Red Green Blue C M Y K H S L
Decimal 219 151 149 0 0.31 0.32 0.14 1.71 0.49 0.72
Hex DB 97 95 0 1F 20 E 2 31 48
Octal 333 227 225 0 37 40 16 2 61 110
Binary 11011011 10010111 10010101 0 11111 100000 1110 10 110001 1001000

Color Harmonies of #DB9795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9795

Black with #DB9795

Text Example


Text Example

White with #DB9795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9795; }

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

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

background-color css

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

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

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

border-color css

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

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

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