Html Css Color HEX #DD9A93 Petite Orchid

📋 copy color: '#DD9A93'

red 221 ◦ green 154 ◦ blue 147

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

Shades of Petite Orchid #DD9A93

Tints of Petite Orchid #DD9A93

RGB

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

 GREEN value IS 154 (60.55% from 255) = 29.5%

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

R = 42.34%
G = 29.5%
B = 28.16%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#DD9A93 (or 0xDD9A93) is known color: Petite Orchid. HEX triplet: DD, 9A and 93. RGB value is (221,154,147). Sum of RGB (Red+Green+Blue) = 221+154+147=522 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.34% from 522); Green value is 154 (60.55% from 255 or 29.50% from 522); Blue value is 147 (57.81% from 255 or 28.16% from 522); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9A93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9A93 is #22656C. Grayscale: #ADADAD. Windows color (decimal): -2254189 or 9673437. OLE color: 9673437.

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

Color convert

RGB 221 154 147 -
CMYK 0 0.30 0.33 0.13
HSL 5.68º 0.52% 0.72% -
HSV(B) 5.68º 0.33% 0.87% -
XYZ 46.64 40.59 32.98 -
YUV 173.24 113.2 162.07 -
System Red Green Blue C M Y K H S L
Decimal 221 154 147 0 0.30 0.33 0.13 5.68 0.52 0.72
Hex DD 9A 93 0 1E 21 D 6 34 48
Octal 335 232 223 0 36 41 15 6 64 110
Binary 11011101 10011010 10010011 0 11110 100001 1101 110 110100 1001000

Color Harmonies of #DD9A93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9A93

Black with #DD9A93

Text Example


Text Example

White with #DD9A93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9A93; }

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

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

background-color css

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

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

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

border-color css

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

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

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