Html Css Color HEX #DD9391 Petite Orchid

📋 copy color: '#DD9391'

red 221 ◦ green 147 ◦ blue 145

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

Shades of Petite Orchid #DD9391

Tints of Petite Orchid #DD9391

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 28.27%

R = 43.08%
G = 28.65%
B = 28.27%

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

#DD9391 (or 0xDD9391) is known color: Petite Orchid. HEX triplet: DD, 93 and 91. RGB value is (221,147,145). Sum of RGB (Red+Green+Blue) = 221+147+145=513 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.08% from 513); Green value is 147 (57.81% from 255 or 28.65% from 513); Blue value is 145 (57.03% from 255 or 28.27% from 513); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9391 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9391 is #226C6E. Grayscale: #A8A8A8. Windows color (decimal): -2255983 or 9540573. OLE color: 9540573.

HSL color Cylindrical-coordinate representation of color #DD9391: hue angle of 1.58º degrees, saturation: 0.53, 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 #DD9391 is Cyan = 0, Magento = 0.33, Yellow = 0.34 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 147 145 -
CMYK 0 0.33 0.34 0.13
HSL 1.58º 0.53% 0.72% -
HSV(B) 1.58º 0.34% 0.87% -
XYZ 45.36 38.28 31.79 -
YUV 168.9 114.52 165.16 -
System Red Green Blue C M Y K H S L
Decimal 221 147 145 0 0.33 0.34 0.13 1.58 0.53 0.72
Hex DD 93 91 0 21 22 D 2 35 48
Octal 335 223 221 0 41 42 15 2 65 110
Binary 11011101 10010011 10010001 0 100001 100010 1101 10 110101 1001000

Color Harmonies of #DD9391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9391

Black with #DD9391

Text Example


Text Example

White with #DD9391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9391; }

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

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

background-color css

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

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

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

border-color css

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

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

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