Html Css Color HEX #DB9792 Petite Orchid

📋 copy color: '#DB9792'

red 219 ◦ green 151 ◦ blue 146

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

Shades of Petite Orchid #DB9792

Tints of Petite Orchid #DB9792

RGB

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

 GREEN value IS 151 (59.38% from 255) = 29.26%

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

R = 42.44%
G = 29.26%
B = 28.29%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.33

 K value IS 0.14

RGB Variations

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

Color information

#DB9792 (or 0xDB9792) is known color: Petite Orchid. HEX triplet: DB, 97 and 92. RGB value is (219,151,146). Sum of RGB (Red+Green+Blue) = 219+151+146=516 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.44% from 516); Green value is 151 (59.38% from 255 or 29.26% from 516); Blue value is 146 (57.42% from 255 or 28.29% from 516); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9792 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9792 is #24686D. Grayscale: #AAAAAA. Windows color (decimal): -2386030 or 9607131. OLE color: 9607131.

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

Color convert

RGB 219 151 146 -
CMYK 0 0.31 0.33 0.14
HSL 4.11º 0.5% 0.72% -
HSV(B) 4.11º 0.33% 0.86% -
XYZ 45.47 39.27 32.38 -
YUV 170.76 114.03 162.41 -
System Red Green Blue C M Y K H S L
Decimal 219 151 146 0 0.31 0.33 0.14 4.11 0.5 0.72
Hex DB 97 92 0 1F 21 E 4 32 48
Octal 333 227 222 0 37 41 16 4 62 110
Binary 11011011 10010111 10010010 0 11111 100001 1110 100 110010 1001000

Color Harmonies of #DB9792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9792

Black with #DB9792

Text Example


Text Example

White with #DB9792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9792; }

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

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

background-color css

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

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

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

border-color css

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

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

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