Html Css Color HEX #DB9A95 Petite Orchid

📋 copy color: '#DB9A95'

red 219 ◦ green 154 ◦ blue 149

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

Shades of Petite Orchid #DB9A95

Tints of Petite Orchid #DB9A95

RGB

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

 GREEN value IS 154 (60.55% from 255) = 29.5%

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

R = 41.95%
G = 29.5%
B = 28.54%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.32

 K value IS 0.14

RGB Variations

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

Color information

#DB9A95 (or 0xDB9A95) is known color: Petite Orchid. HEX triplet: DB, 9A and 95. RGB value is (219,154,149). Sum of RGB (Red+Green+Blue) = 219+154+149=522 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.95% from 522); Green value is 154 (60.55% from 255 or 29.50% from 522); Blue value is 149 (58.59% from 255 or 28.54% from 522); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9A95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9A95 is #24656A. Grayscale: #ACACAC. Windows color (decimal): -2385259 or 9804507. OLE color: 9804507.

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

Color convert

RGB 219 154 149 -
CMYK 0 0.30 0.32 0.14
HSL 4.29º 0.49% 0.72% -
HSV(B) 4.29º 0.32% 0.86% -
XYZ 46.19 40.34 33.79 -
YUV 172.87 114.53 160.91 -
System Red Green Blue C M Y K H S L
Decimal 219 154 149 0 0.30 0.32 0.14 4.29 0.49 0.72
Hex DB 9A 95 0 1E 20 E 4 31 48
Octal 333 232 225 0 36 40 16 4 61 110
Binary 11011011 10011010 10010101 0 11110 100000 1110 100 110001 1001000

Color Harmonies of #DB9A95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9A95

Black with #DB9A95

Text Example


Text Example

White with #DB9A95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9A95; }

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

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

background-color css

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

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

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

border-color css

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

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

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