Html Css Color HEX #DC9895 Petite Orchid

📋 copy color: '#DC9895'

red 220 ◦ green 152 ◦ blue 149

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

Shades of Petite Orchid #DC9895

Tints of Petite Orchid #DC9895

RGB

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

 GREEN value IS 152 (59.77% from 255) = 29.17%

 BLUE value IS 149 (58.59% from 255) = 28.6%

R = 42.23%
G = 29.17%
B = 28.6%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.32

 K value IS 0.14

RGB Variations

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

Color information

#DC9895 (or 0xDC9895) is known color: Petite Orchid. HEX triplet: DC, 98 and 95. RGB value is (220,152,149). Sum of RGB (Red+Green+Blue) = 220+152+149=521 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.23% from 521); Green value is 152 (59.77% from 255 or 29.17% from 521); Blue value is 149 (58.59% from 255 or 28.60% from 521); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9895 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9895 is #23676A. Grayscale: #ACACAC. Windows color (decimal): -2320235 or 9803996. OLE color: 9803996.

HSL color Cylindrical-coordinate representation of color #DC9895: hue angle of 2.54º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DC9895 is Cyan = 0, Magento = 0.31, Yellow = 0.32 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 152 149 -
CMYK 0 0.31 0.32 0.14
HSL 2.54º 0.5% 0.72% -
HSV(B) 2.54º 0.32% 0.86% -
XYZ 46.17 39.84 33.69 -
YUV 171.99 115.03 162.24 -
System Red Green Blue C M Y K H S L
Decimal 220 152 149 0 0.31 0.32 0.14 2.54 0.5 0.72
Hex DC 98 95 0 1F 20 E 3 32 48
Octal 334 230 225 0 37 40 16 3 62 110
Binary 11011100 10011000 10010101 0 11111 100000 1110 11 110010 1001000

Color Harmonies of #DC9895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9895

Black with #DC9895

Text Example


Text Example

White with #DC9895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9895; }

 p { color: rgb(220,152,149); }

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

background-color css

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

 a { background-color: rgb(220,152,149); }

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

border-color css

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

 span { border-color: rgb(220,152,149); }

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