Html Css Color HEX #DB9490 Petite Orchid

📋 copy color: '#DB9490'

red 219 ◦ green 148 ◦ blue 144

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

Shades of Petite Orchid #DB9490

Tints of Petite Orchid #DB9490

RGB

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

 GREEN value IS 148 (58.2% from 255) = 28.96%

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

R = 42.86%
G = 28.96%
B = 28.18%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.34

 K value IS 0.14

RGB Variations

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

Color information

#DB9490 (or 0xDB9490) is known color: Petite Orchid. HEX triplet: DB, 94 and 90. RGB value is (219,148,144). Sum of RGB (Red+Green+Blue) = 219+148+144=511 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.86% from 511); Green value is 148 (58.20% from 255 or 28.96% from 511); Blue value is 144 (56.64% from 255 or 28.18% from 511); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9490 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9490 is #246B6F. Grayscale: #A8A8A8. Windows color (decimal): -2386800 or 9475291. OLE color: 9475291.

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

Color convert

RGB 219 148 144 -
CMYK 0 0.32 0.34 0.14
HSL 3.2º 0.51% 0.71% -
HSV(B) 3.2º 0.34% 0.86% -
XYZ 44.84 38.25 31.41 -
YUV 168.77 114.02 163.83 -
System Red Green Blue C M Y K H S L
Decimal 219 148 144 0 0.32 0.34 0.14 3.2 0.51 0.71
Hex DB 94 90 0 20 22 E 3 33 47
Octal 333 224 220 0 40 42 16 3 63 107
Binary 11011011 10010100 10010000 0 100000 100010 1110 11 110011 1000111

Color Harmonies of #DB9490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9490

Black with #DB9490

Text Example


Text Example

White with #DB9490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9490; }

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

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

background-color css

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

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

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

border-color css

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

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

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