Html Css Color HEX #DB9A90 Petite Orchid

📋 copy color: '#DB9A90'

red 219 ◦ green 154 ◦ blue 144

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

Shades of Petite Orchid #DB9A90

Tints of Petite Orchid #DB9A90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 27.85%

R = 42.36%
G = 29.79%
B = 27.85%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.34

 K value IS 0.14

RGB Variations

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

Color information

#DB9A90 (or 0xDB9A90) is known color: Petite Orchid. HEX triplet: DB, 9A and 90. RGB value is (219,154,144). Sum of RGB (Red+Green+Blue) = 219+154+144=517 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.36% from 517); Green value is 154 (60.55% from 255 or 29.79% from 517); Blue value is 144 (56.64% from 255 or 27.85% from 517); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9A90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9A90 is #24656F. Grayscale: #ACACAC. Windows color (decimal): -2385264 or 9476827. OLE color: 9476827.

HSL color Cylindrical-coordinate representation of color #DB9A90: hue angle of 8º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DB9A90 is Cyan = 0, Magento = 0.30, Yellow = 0.34 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 154 144 -
CMYK 0 0.30 0.34 0.14
HSL 0.51% 0.71% -
HSV(B) 0.34% 0.86% -
XYZ 45.8 40.18 31.73 -
YUV 172.3 112.03 161.31 -
System Red Green Blue C M Y K H S L
Decimal 219 154 144 0 0.30 0.34 0.14 8 0.51 0.71
Hex DB 9A 90 0 1E 22 E 8 33 47
Octal 333 232 220 0 36 42 16 10 63 107
Binary 11011011 10011010 10010000 0 11110 100010 1110 1000 110011 1000111

Color Harmonies of #DB9A90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9A90

Black with #DB9A90

Text Example


Text Example

White with #DB9A90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9A90; }

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

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

background-color css

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

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

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

border-color css

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

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

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