Html Css Color HEX #DD9387 Petite Orchid

📋 copy color: '#DD9387'

red 221 ◦ green 147 ◦ blue 135

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

Shades of Petite Orchid #DD9387

Tints of Petite Orchid #DD9387

RGB

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

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

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

R = 43.94%
G = 29.22%
B = 26.84%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.39

 K value IS 0.13

RGB Variations

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

Color information

#DD9387 (or 0xDD9387) is known color: Petite Orchid. HEX triplet: DD, 93 and 87. RGB value is (221,147,135). Sum of RGB (Red+Green+Blue) = 221+147+135=503 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.94% from 503); Green value is 147 (57.81% from 255 or 29.22% from 503); Blue value is 135 (53.12% from 255 or 26.84% from 503); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9387 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9387 is #226C78. Grayscale: #A7A7A7. Windows color (decimal): -2255993 or 8885213. OLE color: 8885213.

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

Color convert

RGB 221 147 135 -
CMYK 0 0.33 0.39 0.13
HSL 8.37º 0.56% 0.7% -
HSV(B) 8.37º 0.39% 0.87% -
XYZ 44.63 37.99 27.9 -
YUV 167.76 109.52 165.98 -
System Red Green Blue C M Y K H S L
Decimal 221 147 135 0 0.33 0.39 0.13 8.37 0.56 0.7
Hex DD 93 87 0 21 27 D 8 38 46
Octal 335 223 207 0 41 47 15 10 70 106
Binary 11011101 10010011 10000111 0 100001 100111 1101 1000 111000 1000110

Color Harmonies of #DD9387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9387

Black with #DD9387

Text Example


Text Example

White with #DD9387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9387; }

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

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

background-color css

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

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

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

border-color css

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

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

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