Html Css Color HEX #DB9E98 Petite Orchid

📋 copy color: '#DB9E98'

red 219 ◦ green 158 ◦ blue 152

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

Shades of Petite Orchid #DB9E98

Tints of Petite Orchid #DB9E98

RGB

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

 GREEN value IS 158 (62.11% from 255) = 29.87%

 BLUE value IS 152 (59.77% from 255) = 28.73%

R = 41.4%
G = 29.87%
B = 28.73%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.31

 K value IS 0.14

RGB Variations

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

Color information

#DB9E98 (or 0xDB9E98) is known color: Petite Orchid. HEX triplet: DB, 9E and 98. RGB value is (219,158,152). Sum of RGB (Red+Green+Blue) = 219+158+152=529 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.40% from 529); Green value is 158 (62.11% from 255 or 29.87% from 529); Blue value is 152 (59.77% from 255 or 28.73% from 529); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9E98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9E98 is #246167. Grayscale: #AFAFAF. Windows color (decimal): -2384232 or 10002139. OLE color: 10002139.

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

Color convert

RGB 219 158 152 -
CMYK 0 0.28 0.31 0.14
HSL 5.37º 0.48% 0.73% -
HSV(B) 5.37º 0.31% 0.86% -
XYZ 47.11 41.78 35.29 -
YUV 175.56 114.71 158.99 -
System Red Green Blue C M Y K H S L
Decimal 219 158 152 0 0.28 0.31 0.14 5.37 0.48 0.73
Hex DB 9E 98 0 1C 1F E 5 30 49
Octal 333 236 230 0 34 37 16 5 60 111
Binary 11011011 10011110 10011000 0 11100 11111 1110 101 110000 1001001

Color Harmonies of #DB9E98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9E98

Black with #DB9E98

Text Example


Text Example

White with #DB9E98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9E98; }

 p { color: rgb(219,158,152); }

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

background-color css

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

 a { background-color: rgb(219,158,152); }

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

border-color css

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

 span { border-color: rgb(219,158,152); }

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