Html Css Color HEX #DB9A98 Petite Orchid

📋 copy color: '#DB9A98'

red 219 ◦ green 154 ◦ blue 152

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

Shades of Petite Orchid #DB9A98

Tints of Petite Orchid #DB9A98

RGB

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

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

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

R = 41.71%
G = 29.33%
B = 28.95%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.31

 K value IS 0.14

RGB Variations

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

Color information

#DB9A98 (or 0xDB9A98) is known color: Petite Orchid. HEX triplet: DB, 9A and 98. RGB value is (219,154,152). Sum of RGB (Red+Green+Blue) = 219+154+152=525 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.71% from 525); Green value is 154 (60.55% from 255 or 29.33% from 525); Blue value is 152 (59.77% from 255 or 28.95% from 525); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9A98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9A98 is #246567. Grayscale: #ADADAD. Windows color (decimal): -2385256 or 10001115. OLE color: 10001115.

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

Color convert

RGB 219 154 152 -
CMYK 0 0.30 0.31 0.14
HSL 1.79º 0.48% 0.73% -
HSV(B) 1.79º 0.31% 0.86% -
XYZ 46.44 40.44 35.06 -
YUV 173.21 116.03 160.66 -
System Red Green Blue C M Y K H S L
Decimal 219 154 152 0 0.30 0.31 0.14 1.79 0.48 0.73
Hex DB 9A 98 0 1E 1F E 2 30 49
Octal 333 232 230 0 36 37 16 2 60 111
Binary 11011011 10011010 10011000 0 11110 11111 1110 10 110000 1001001

Color Harmonies of #DB9A98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9A98

Black with #DB9A98

Text Example


Text Example

White with #DB9A98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9A98; }

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

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

background-color css

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

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

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

border-color css

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

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

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