Html Css Color HEX #DD9392 Petite Orchid

📋 copy color: '#DD9392'

red 221 ◦ green 147 ◦ blue 146

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

Shades of Petite Orchid #DD9392

Tints of Petite Orchid #DD9392

RGB

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

 GREEN value IS 147 (57.81% from 255) = 28.6%

 BLUE value IS 146 (57.42% from 255) = 28.4%

R = 43%
G = 28.6%
B = 28.4%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.34

 K value IS 0.13

RGB Variations

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

Color information

#DD9392 (or 0xDD9392) is known color: Petite Orchid. HEX triplet: DD, 93 and 92. RGB value is (221,147,146). Sum of RGB (Red+Green+Blue) = 221+147+146=514 (68% of max value = 765). Red value is 221 (86.72% from 255 or 43.00% from 514); Green value is 147 (57.81% from 255 or 28.60% from 514); Blue value is 146 (57.42% from 255 or 28.40% from 514); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9392 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9392 is #226C6D. Grayscale: #A9A9A9. Windows color (decimal): -2255982 or 9606109. OLE color: 9606109.

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

Color convert

RGB 221 147 146 -
CMYK 0 0.33 0.34 0.13
HSL 0.8º 0.52% 0.72% -
HSV(B) 0.8º 0.34% 0.87% -
XYZ 45.44 38.31 32.19 -
YUV 169.01 115.02 165.08 -
System Red Green Blue C M Y K H S L
Decimal 221 147 146 0 0.33 0.34 0.13 0.8 0.52 0.72
Hex DD 93 92 0 21 22 D 1 34 48
Octal 335 223 222 0 41 42 15 1 64 110
Binary 11011101 10010011 10010010 0 100001 100010 1101 1 110100 1001000

Color Harmonies of #DD9392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9392

Black with #DD9392

Text Example


Text Example

White with #DD9392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9392; }

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

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

background-color css

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

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

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

border-color css

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

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

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