Html Css Color HEX #DD9A8F Petite Orchid

📋 copy color: '#DD9A8F'

red 221 ◦ green 154 ◦ blue 143

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

Shades of Petite Orchid #DD9A8F

Tints of Petite Orchid #DD9A8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 27.61%

R = 42.66%
G = 29.73%
B = 27.61%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.35

 K value IS 0.13

RGB Variations

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

Color information

#DD9A8F (or 0xDD9A8F) is known color: Petite Orchid. HEX triplet: DD, 9A and 8F. RGB value is (221,154,143). Sum of RGB (Red+Green+Blue) = 221+154+143=518 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.66% from 518); Green value is 154 (60.55% from 255 or 29.73% from 518); Blue value is 143 (56.25% from 255 or 27.61% from 518); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9A8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9A8F is #226570. Grayscale: #ACACAC. Windows color (decimal): -2254193 or 9411293. OLE color: 9411293.

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

Color convert

RGB 221 154 143 -
CMYK 0 0.30 0.35 0.13
HSL 8.46º 0.53% 0.71% -
HSV(B) 8.46º 0.35% 0.87% -
XYZ 46.33 40.47 31.36 -
YUV 172.78 111.2 162.39 -
System Red Green Blue C M Y K H S L
Decimal 221 154 143 0 0.30 0.35 0.13 8.46 0.53 0.71
Hex DD 9A 8F 0 1E 23 D 8 35 47
Octal 335 232 217 0 36 43 15 10 65 107
Binary 11011101 10011010 10001111 0 11110 100011 1101 1000 110101 1000111

Color Harmonies of #DD9A8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9A8F

Black with #DD9A8F

Text Example


Text Example

White with #DD9A8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9A8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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