Html Css Color HEX #DBA1A0 Petite Orchid

📋 copy color: '#DBA1A0'

red 219 ◦ green 161 ◦ blue 160

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

Shades of Petite Orchid #DBA1A0

Tints of Petite Orchid #DBA1A0

RGB

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

 GREEN value IS 161 (63.28% from 255) = 29.81%

 BLUE value IS 160 (62.89% from 255) = 29.63%

R = 40.56%
G = 29.81%
B = 29.63%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.27

 K value IS 0.14

RGB Variations

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

Color information

#DBA1A0 (or 0xDBA1A0) is known color: Petite Orchid. HEX triplet: DB, A1 and A0. RGB value is (219,161,160). Sum of RGB (Red+Green+Blue) = 219+161+160=540 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.56% from 540); Green value is 161 (63.28% from 255 or 29.81% from 540); Blue value is 160 (62.89% from 255 or 29.63% from 540); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA1A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA1A0 is #245E5F. Grayscale: #B2B2B2. Windows color (decimal): -2383456 or 10527195. OLE color: 10527195.

HSL color Cylindrical-coordinate representation of color #DBA1A0: hue angle of 1.02º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DBA1A0 is Cyan = 0, Magento = 0.26, Yellow = 0.27 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 161 160 -
CMYK 0 0.26 0.27 0.14
HSL 1.02º 0.45% 0.74% -
HSV(B) 1.02º 0.27% 0.86% -
XYZ 48.3 43.09 39.03 -
YUV 178.23 117.72 157.08 -
System Red Green Blue C M Y K H S L
Decimal 219 161 160 0 0.26 0.27 0.14 1.02 0.45 0.74
Hex DB A1 A0 0 1A 1B E 1 2D 4A
Octal 333 241 240 0 32 33 16 1 55 112
Binary 11011011 10100001 10100000 0 11010 11011 1110 1 101101 1001010

Color Harmonies of #DBA1A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA1A0

Black with #DBA1A0

Text Example


Text Example

White with #DBA1A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA1A0; }

 p { color: rgb(219,161,160); }

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

background-color css

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

 a { background-color: rgb(219,161,160); }

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

border-color css

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

 span { border-color: rgb(219,161,160); }

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