Html Css Color HEX #DD9A91 Petite Orchid

📋 copy color: '#DD9A91'

red 221 ◦ green 154 ◦ blue 145

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

Shades of Petite Orchid #DD9A91

Tints of Petite Orchid #DD9A91

RGB

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

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

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

R = 42.5%
G = 29.62%
B = 27.88%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.34

 K value IS 0.13

RGB Variations

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

Color information

#DD9A91 (or 0xDD9A91) is known color: Petite Orchid. HEX triplet: DD, 9A and 91. RGB value is (221,154,145). Sum of RGB (Red+Green+Blue) = 221+154+145=520 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.5% from 520); Green value is 154 (60.55% from 255 or 29.62% from 520); Blue value is 145 (57.03% from 255 or 27.88% from 520); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9A91 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9A91 is #22656E. Grayscale: #ADADAD. Windows color (decimal): -2254191 or 9542365. OLE color: 9542365.

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

Color convert

RGB 221 154 145 -
CMYK 0 0.30 0.34 0.13
HSL 7.11º 0.53% 0.72% -
HSV(B) 7.11º 0.34% 0.87% -
XYZ 46.49 40.53 32.16 -
YUV 173.01 112.2 162.23 -
System Red Green Blue C M Y K H S L
Decimal 221 154 145 0 0.30 0.34 0.13 7.11 0.53 0.72
Hex DD 9A 91 0 1E 22 D 7 35 48
Octal 335 232 221 0 36 42 15 7 65 110
Binary 11011101 10011010 10010001 0 11110 100010 1101 111 110101 1001000

Color Harmonies of #DD9A91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9A91

Black with #DD9A91

Text Example


Text Example

White with #DD9A91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9A91; }

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

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

background-color css

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

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

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

border-color css

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

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

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