Html Css Color HEX #DC9189 Petite Orchid

📋 copy color: '#DC9189'

red 220 ◦ green 145 ◦ blue 137

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

Shades of Petite Orchid #DC9189

Tints of Petite Orchid #DC9189

RGB

 RED value IS 220 (86.33% from 255) = 43.82%

 GREEN value IS 145 (57.03% from 255) = 28.88%

 BLUE value IS 137 (53.91% from 255) = 27.29%

R = 43.82%
G = 28.88%
B = 27.29%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.38

 K value IS 0.14

RGB Variations

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

Color information

#DC9189 (or 0xDC9189) is known color: Petite Orchid. HEX triplet: DC, 91 and 89. RGB value is (220,145,137). Sum of RGB (Red+Green+Blue) = 220+145+137=502 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.82% from 502); Green value is 145 (57.03% from 255 or 28.88% from 502); Blue value is 137 (53.91% from 255 or 27.29% from 502); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9189 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9189 is #236E76. Grayscale: #A6A6A6. Windows color (decimal): -2322039 or 9015772. OLE color: 9015772.

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

Color convert

RGB 220 145 137 -
CMYK 0 0.34 0.38 0.14
HSL 5.78º 0.54% 0.7% -
HSV(B) 5.78º 0.38% 0.86% -
XYZ 44.16 37.27 28.53 -
YUV 166.51 111.35 166.15 -
System Red Green Blue C M Y K H S L
Decimal 220 145 137 0 0.34 0.38 0.14 5.78 0.54 0.7
Hex DC 91 89 0 22 26 E 6 36 46
Octal 334 221 211 0 42 46 16 6 66 106
Binary 11011100 10010001 10001001 0 100010 100110 1110 110 110110 1000110

Color Harmonies of #DC9189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9189

Black with #DC9189

Text Example


Text Example

White with #DC9189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9189; }

 p { color: rgb(220,145,137); }

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

background-color css

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

 a { background-color: rgb(220,145,137); }

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

border-color css

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

 span { border-color: rgb(220,145,137); }

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