Html Css Color HEX #DB928A Petite Orchid

📋 copy color: '#DB928A'

red 219 ◦ green 146 ◦ blue 138

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

Shades of Petite Orchid #DB928A

Tints of Petite Orchid #DB928A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 27.44%

R = 43.54%
G = 29.03%
B = 27.44%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.37

 K value IS 0.14

RGB Variations

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

Color information

#DB928A (or 0xDB928A) is known color: Petite Orchid. HEX triplet: DB, 92 and 8A. RGB value is (219,146,138). Sum of RGB (Red+Green+Blue) = 219+146+138=503 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.54% from 503); Green value is 146 (57.42% from 255 or 29.03% from 503); Blue value is 138 (54.30% from 255 or 27.44% from 503); Max value from RGB is 219 - color contains mainly: red. Hex color #DB928A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB928A is #246D75. Grayscale: #A7A7A7. Windows color (decimal): -2387318 or 9081563. OLE color: 9081563.

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

Color convert

RGB 219 146 138 -
CMYK 0 0.33 0.37 0.14
HSL 5.93º 0.53% 0.7% -
HSV(B) 5.93º 0.37% 0.86% -
XYZ 44.08 37.45 28.95 -
YUV 166.92 111.68 165.15 -
System Red Green Blue C M Y K H S L
Decimal 219 146 138 0 0.33 0.37 0.14 5.93 0.53 0.7
Hex DB 92 8A 0 21 25 E 6 35 46
Octal 333 222 212 0 41 45 16 6 65 106
Binary 11011011 10010010 10001010 0 100001 100101 1110 110 110101 1000110

Color Harmonies of #DB928A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB928A

Black with #DB928A

Text Example


Text Example

White with #DB928A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB928A; }

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

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

background-color css

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

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

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

border-color css

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

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

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