Html Css Color HEX #DD9895 Petite Orchid

📋 copy color: '#DD9895'

red 221 ◦ green 152 ◦ blue 149

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

Shades of Petite Orchid #DD9895

Tints of Petite Orchid #DD9895

RGB

 RED value IS 221 (86.72% from 255) = 42.34%

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

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

R = 42.34%
G = 29.12%
B = 28.54%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#DD9895 (or 0xDD9895) is known color: Petite Orchid. HEX triplet: DD, 98 and 95. RGB value is (221,152,149). Sum of RGB (Red+Green+Blue) = 221+152+149=522 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.34% from 522); Green value is 152 (59.77% from 255 or 29.12% from 522); Blue value is 149 (58.59% from 255 or 28.54% from 522); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9895 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9895 is #22676A. Grayscale: #ACACAC. Windows color (decimal): -2254699 or 9803997. OLE color: 9803997.

HSL color Cylindrical-coordinate representation of color #DD9895: hue angle of 2.5º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DD9895 is Cyan = 0, Magento = 0.31, Yellow = 0.33 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 152 149 -
CMYK 0 0.31 0.33 0.13
HSL 2.5º 0.51% 0.73% -
HSV(B) 2.5º 0.33% 0.87% -
XYZ 46.47 40 33.7 -
YUV 172.29 114.86 162.74 -
System Red Green Blue C M Y K H S L
Decimal 221 152 149 0 0.31 0.33 0.13 2.5 0.51 0.73
Hex DD 98 95 0 1F 21 D 2 33 49
Octal 335 230 225 0 37 41 15 2 63 111
Binary 11011101 10011000 10010101 0 11111 100001 1101 10 110011 1001001

Color Harmonies of #DD9895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9895

Black with #DD9895

Text Example


Text Example

White with #DD9895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9895; }

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

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

background-color css

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

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

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

border-color css

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

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

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