Html Css Color HEX #DD9A8E Petite Orchid

📋 copy color: '#DD9A8E'

red 221 ◦ green 154 ◦ blue 142

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

Shades of Petite Orchid #DD9A8E

Tints of Petite Orchid #DD9A8E

RGB

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

 GREEN value IS 154 (60.55% from 255) = 29.79%

 BLUE value IS 142 (55.86% from 255) = 27.47%

R = 42.75%
G = 29.79%
B = 27.47%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.36

 K value IS 0.13

RGB Variations

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

Color information

#DD9A8E (or 0xDD9A8E) is known color: Petite Orchid. HEX triplet: DD, 9A and 8E. RGB value is (221,154,142). Sum of RGB (Red+Green+Blue) = 221+154+142=517 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.75% from 517); Green value is 154 (60.55% from 255 or 29.79% from 517); Blue value is 142 (55.86% from 255 or 27.47% from 517); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9A8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9A8E is #226571. Grayscale: #ACACAC. Windows color (decimal): -2254194 or 9345757. OLE color: 9345757.

HSL color Cylindrical-coordinate representation of color #DD9A8E: hue angle of 9.11º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DD9A8E is Cyan = 0, Magento = 0.30, Yellow = 0.36 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 154 142 -
CMYK 0 0.30 0.36 0.13
HSL 9.11º 0.54% 0.71% -
HSV(B) 9.11º 0.36% 0.87% -
XYZ 46.26 40.44 30.96 -
YUV 172.67 110.7 162.48 -
System Red Green Blue C M Y K H S L
Decimal 221 154 142 0 0.30 0.36 0.13 9.11 0.54 0.71
Hex DD 9A 8E 0 1E 24 D 9 36 47
Octal 335 232 216 0 36 44 15 11 66 107
Binary 11011101 10011010 10001110 0 11110 100100 1101 1001 110110 1000111

Color Harmonies of #DD9A8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9A8E

Black with #DD9A8E

Text Example


Text Example

White with #DD9A8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9A8E; }

 p { color: rgb(221,154,142); }

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

background-color css

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

 a { background-color: rgb(221,154,142); }

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

border-color css

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

 span { border-color: rgb(221,154,142); }

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