Html Css Color HEX #DD9A8A Petite Orchid

📋 copy color: '#DD9A8A'

red 221 ◦ green 154 ◦ blue 138

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

Shades of Petite Orchid #DD9A8A

Tints of Petite Orchid #DD9A8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 26.9%

R = 43.08%
G = 30.02%
B = 26.9%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#DD9A8A (or 0xDD9A8A) is known color: Petite Orchid. HEX triplet: DD, 9A and 8A. RGB value is (221,154,138). Sum of RGB (Red+Green+Blue) = 221+154+138=513 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.08% from 513); Green value is 154 (60.55% from 255 or 30.02% from 513); Blue value is 138 (54.30% from 255 or 26.90% from 513); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9A8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9A8A is #226575. Grayscale: #ACACAC. Windows color (decimal): -2254198 or 9083613. OLE color: 9083613.

HSL color Cylindrical-coordinate representation of color #DD9A8A: hue angle of 11.57º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DD9A8A is Cyan = 0, Magento = 0.30, Yellow = 0.38 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 154 138 -
CMYK 0 0.30 0.38 0.13
HSL 11.57º 0.55% 0.7% -
HSV(B) 11.57º 0.38% 0.87% -
XYZ 45.96 40.32 29.4 -
YUV 172.21 108.7 162.8 -
System Red Green Blue C M Y K H S L
Decimal 221 154 138 0 0.30 0.38 0.13 11.57 0.55 0.7
Hex DD 9A 8A 0 1E 26 D C 37 46
Octal 335 232 212 0 36 46 15 14 67 106
Binary 11011101 10011010 10001010 0 11110 100110 1101 1100 110111 1000110

Color Harmonies of #DD9A8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9A8A

Black with #DD9A8A

Text Example


Text Example

White with #DD9A8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9A8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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