Html Css Color HEX #DB9592 Petite Orchid

📋 copy color: '#DB9592'

red 219 ◦ green 149 ◦ blue 146

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

Shades of Petite Orchid #DB9592

Tints of Petite Orchid #DB9592

RGB

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

 GREEN value IS 149 (58.59% from 255) = 28.99%

 BLUE value IS 146 (57.42% from 255) = 28.4%

R = 42.61%
G = 28.99%
B = 28.4%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.33

 K value IS 0.14

RGB Variations

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

Color information

#DB9592 (or 0xDB9592) is known color: Petite Orchid. HEX triplet: DB, 95 and 92. RGB value is (219,149,146). Sum of RGB (Red+Green+Blue) = 219+149+146=514 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.61% from 514); Green value is 149 (58.59% from 255 or 28.99% from 514); Blue value is 146 (57.42% from 255 or 28.40% from 514); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9592 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9592 is #246A6D. Grayscale: #A9A9A9. Windows color (decimal): -2386542 or 9606619. OLE color: 9606619.

HSL color Cylindrical-coordinate representation of color #DB9592: hue angle of 2.47º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DB9592 is Cyan = 0, Magento = 0.32, Yellow = 0.33 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 149 146 -
CMYK 0 0.32 0.33 0.14
HSL 2.47º 0.5% 0.72% -
HSV(B) 2.47º 0.33% 0.86% -
XYZ 45.15 38.63 32.27 -
YUV 169.59 114.69 163.24 -
System Red Green Blue C M Y K H S L
Decimal 219 149 146 0 0.32 0.33 0.14 2.47 0.5 0.72
Hex DB 95 92 0 20 21 E 2 32 48
Octal 333 225 222 0 40 41 16 2 62 110
Binary 11011011 10010101 10010010 0 100000 100001 1110 10 110010 1001000

Color Harmonies of #DB9592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9592

Black with #DB9592

Text Example


Text Example

White with #DB9592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9592; }

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

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

background-color css

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

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

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

border-color css

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

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

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