Html Css Color HEX #DB9291 Petite Orchid

📋 copy color: '#DB9291'

red 219 ◦ green 146 ◦ blue 145

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

Shades of Petite Orchid #DB9291

Tints of Petite Orchid #DB9291

RGB

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

 GREEN value IS 146 (57.42% from 255) = 28.63%

 BLUE value IS 145 (57.03% from 255) = 28.43%

R = 42.94%
G = 28.63%
B = 28.43%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.34

 K value IS 0.14

RGB Variations

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

Color information

#DB9291 (or 0xDB9291) is known color: Petite Orchid. HEX triplet: DB, 92 and 91. RGB value is (219,146,145). Sum of RGB (Red+Green+Blue) = 219+146+145=510 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.94% from 510); Green value is 146 (57.42% from 255 or 28.63% from 510); Blue value is 145 (57.03% from 255 or 28.43% from 510); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9291 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9291 is #246D6E. Grayscale: #A7A7A7. Windows color (decimal): -2387311 or 9540315. OLE color: 9540315.

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

Color convert

RGB 219 146 145 -
CMYK 0 0.33 0.34 0.14
HSL 0.81º 0.51% 0.71% -
HSV(B) 0.81º 0.34% 0.86% -
XYZ 44.6 37.66 31.71 -
YUV 167.71 115.18 164.58 -
System Red Green Blue C M Y K H S L
Decimal 219 146 145 0 0.33 0.34 0.14 0.81 0.51 0.71
Hex DB 92 91 0 21 22 E 1 33 47
Octal 333 222 221 0 41 42 16 1 63 107
Binary 11011011 10010010 10010001 0 100001 100010 1110 1 110011 1000111

Color Harmonies of #DB9291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9291

Black with #DB9291

Text Example


Text Example

White with #DB9291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9291; }

 p { color: rgb(219,146,145); }

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

background-color css

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

 a { background-color: rgb(219,146,145); }

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

border-color css

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

 span { border-color: rgb(219,146,145); }

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