Html Css Color HEX #DD9287 Petite Orchid

📋 copy color: '#DD9287'

red 221 ◦ green 146 ◦ blue 135

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

Shades of Petite Orchid #DD9287

Tints of Petite Orchid #DD9287

RGB

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

 GREEN value IS 146 (57.42% from 255) = 29.08%

 BLUE value IS 135 (53.13% from 255) = 26.89%

R = 44.02%
G = 29.08%
B = 26.89%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.39

 K value IS 0.13

RGB Variations

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

Color information

#DD9287 (or 0xDD9287) is known color: Petite Orchid. HEX triplet: DD, 92 and 87. RGB value is (221,146,135). Sum of RGB (Red+Green+Blue) = 221+146+135=502 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.02% from 502); Green value is 146 (57.42% from 255 or 29.08% from 502); Blue value is 135 (53.12% from 255 or 26.89% from 502); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9287 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9287 is #226D78. Grayscale: #A7A7A7. Windows color (decimal): -2256249 or 8884957. OLE color: 8884957.

HSL color Cylindrical-coordinate representation of color #DD9287: hue angle of 7.67º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DD9287 is Cyan = 0, Magento = 0.34, Yellow = 0.39 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 146 135 -
CMYK 0 0.34 0.39 0.13
HSL 7.67º 0.56% 0.7% -
HSV(B) 7.67º 0.39% 0.87% -
XYZ 44.47 37.68 27.85 -
YUV 167.17 109.85 166.39 -
System Red Green Blue C M Y K H S L
Decimal 221 146 135 0 0.34 0.39 0.13 7.67 0.56 0.7
Hex DD 92 87 0 22 27 D 8 38 46
Octal 335 222 207 0 42 47 15 10 70 106
Binary 11011101 10010010 10000111 0 100010 100111 1101 1000 111000 1000110

Color Harmonies of #DD9287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9287

Black with #DD9287

Text Example


Text Example

White with #DD9287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9287; }

 p { color: rgb(221,146,135); }

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

background-color css

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

 a { background-color: rgb(221,146,135); }

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

border-color css

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

 span { border-color: rgb(221,146,135); }

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