Html Css Color HEX #DD9593 Petite Orchid

📋 copy color: '#DD9593'

red 221 ◦ green 149 ◦ blue 147

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

Shades of Petite Orchid #DD9593

Tints of Petite Orchid #DD9593

RGB

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

 GREEN value IS 149 (58.59% from 255) = 28.82%

 BLUE value IS 147 (57.81% from 255) = 28.43%

R = 42.75%
G = 28.82%
B = 28.43%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#DD9593 (or 0xDD9593) is known color: Petite Orchid. HEX triplet: DD, 95 and 93. RGB value is (221,149,147). Sum of RGB (Red+Green+Blue) = 221+149+147=517 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.75% from 517); Green value is 149 (58.59% from 255 or 28.82% from 517); Blue value is 147 (57.81% from 255 or 28.43% from 517); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9593 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9593 is #226A6C. Grayscale: #AAAAAA. Windows color (decimal): -2255469 or 9672157. OLE color: 9672157.

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

Color convert

RGB 221 149 147 -
CMYK 0 0.33 0.33 0.13
HSL 1.62º 0.52% 0.72% -
HSV(B) 1.62º 0.33% 0.87% -
XYZ 45.83 38.97 32.71 -
YUV 170.3 114.85 164.16 -
System Red Green Blue C M Y K H S L
Decimal 221 149 147 0 0.33 0.33 0.13 1.62 0.52 0.72
Hex DD 95 93 0 21 21 D 2 34 48
Octal 335 225 223 0 41 41 15 2 64 110
Binary 11011101 10010101 10010011 0 100001 100001 1101 10 110100 1001000

Color Harmonies of #DD9593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9593

Black with #DD9593

Text Example


Text Example

White with #DD9593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9593; }

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

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

background-color css

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

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

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

border-color css

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

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

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