Html Css Color HEX #DB9890 Petite Orchid

📋 copy color: '#DB9890'

red 219 ◦ green 152 ◦ blue 144

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

Shades of Petite Orchid #DB9890

Tints of Petite Orchid #DB9890

RGB

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

 GREEN value IS 152 (59.77% from 255) = 29.51%

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

R = 42.52%
G = 29.51%
B = 27.96%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.34

 K value IS 0.14

RGB Variations

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

Color information

#DB9890 (or 0xDB9890) is known color: Petite Orchid. HEX triplet: DB, 98 and 90. RGB value is (219,152,144). Sum of RGB (Red+Green+Blue) = 219+152+144=515 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.52% from 515); Green value is 152 (59.77% from 255 or 29.51% from 515); Blue value is 144 (56.64% from 255 or 27.96% from 515); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9890 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9890 is #24676F. Grayscale: #ABABAB. Windows color (decimal): -2385776 or 9476315. OLE color: 9476315.

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

Color convert

RGB 219 152 144 -
CMYK 0 0.31 0.34 0.14
HSL 6.4º 0.51% 0.71% -
HSV(B) 6.4º 0.34% 0.86% -
XYZ 45.48 39.53 31.62 -
YUV 171.12 112.7 162.15 -
System Red Green Blue C M Y K H S L
Decimal 219 152 144 0 0.31 0.34 0.14 6.4 0.51 0.71
Hex DB 98 90 0 1F 22 E 6 33 47
Octal 333 230 220 0 37 42 16 6 63 107
Binary 11011011 10011000 10010000 0 11111 100010 1110 110 110011 1000111

Color Harmonies of #DB9890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9890

Black with #DB9890

Text Example


Text Example

White with #DB9890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9890; }

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

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

background-color css

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

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

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

border-color css

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

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

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