Html Css Color HEX #DD9D8F Petite Orchid

📋 copy color: '#DD9D8F'

red 221 ◦ green 157 ◦ blue 143

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

Shades of Petite Orchid #DD9D8F

Tints of Petite Orchid #DD9D8F

RGB

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

 GREEN value IS 157 (61.72% from 255) = 30.13%

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

R = 42.42%
G = 30.13%
B = 27.45%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.35

 K value IS 0.13

RGB Variations

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

Color information

#DD9D8F (or 0xDD9D8F) is known color: Petite Orchid. HEX triplet: DD, 9D and 8F. RGB value is (221,157,143). Sum of RGB (Red+Green+Blue) = 221+157+143=521 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.42% from 521); Green value is 157 (61.72% from 255 or 30.13% from 521); Blue value is 143 (56.25% from 255 or 27.45% from 521); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9D8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9D8F is #226270. Grayscale: #AEAEAE. Windows color (decimal): -2253425 or 9412061. OLE color: 9412061.

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

Color convert

RGB 221 157 143 -
CMYK 0 0.29 0.35 0.13
HSL 10.77º 0.53% 0.71% -
HSV(B) 10.77º 0.35% 0.87% -
XYZ 46.83 41.47 31.52 -
YUV 174.54 110.2 161.14 -
System Red Green Blue C M Y K H S L
Decimal 221 157 143 0 0.29 0.35 0.13 10.77 0.53 0.71
Hex DD 9D 8F 0 1D 23 D B 35 47
Octal 335 235 217 0 35 43 15 13 65 107
Binary 11011101 10011101 10001111 0 11101 100011 1101 1011 110101 1000111

Color Harmonies of #DD9D8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9D8F

Black with #DD9D8F

Text Example


Text Example

White with #DD9D8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9D8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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