Html Css Color HEX #DB9692 Petite Orchid

📋 copy color: '#DB9692'

red 219 ◦ green 150 ◦ blue 146

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

Shades of Petite Orchid #DB9692

Tints of Petite Orchid #DB9692

RGB

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

 GREEN value IS 150 (58.98% from 255) = 29.13%

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

R = 42.52%
G = 29.13%
B = 28.35%

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

#DB9692 (or 0xDB9692) is known color: Petite Orchid. HEX triplet: DB, 96 and 92. RGB value is (219,150,146). Sum of RGB (Red+Green+Blue) = 219+150+146=515 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.52% from 515); Green value is 150 (58.98% from 255 or 29.13% from 515); Blue value is 146 (57.42% from 255 or 28.35% from 515); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9692 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9692 is #24696D. Grayscale: #AAAAAA. Windows color (decimal): -2386286 or 9606875. OLE color: 9606875.

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

Color convert

RGB 219 150 146 -
CMYK 0 0.32 0.33 0.14
HSL 3.29º 0.5% 0.72% -
HSV(B) 3.29º 0.33% 0.86% -
XYZ 45.31 38.95 32.32 -
YUV 170.18 114.36 162.83 -
System Red Green Blue C M Y K H S L
Decimal 219 150 146 0 0.32 0.33 0.14 3.29 0.5 0.72
Hex DB 96 92 0 20 21 E 3 32 48
Octal 333 226 222 0 40 41 16 3 62 110
Binary 11011011 10010110 10010010 0 100000 100001 1110 11 110010 1001000

Color Harmonies of #DB9692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9692

Black with #DB9692

Text Example


Text Example

White with #DB9692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9692; }

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

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

background-color css

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

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

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

border-color css

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

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

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