Html Css Color HEX #DD9B8F Petite Orchid

📋 copy color: '#DD9B8F'

red 221 ◦ green 155 ◦ blue 143

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

Shades of Petite Orchid #DD9B8F

Tints of Petite Orchid #DD9B8F

RGB

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

 GREEN value IS 155 (60.94% from 255) = 29.87%

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

R = 42.58%
G = 29.87%
B = 27.55%

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

#DD9B8F (or 0xDD9B8F) is known color: Petite Orchid. HEX triplet: DD, 9B and 8F. RGB value is (221,155,143). Sum of RGB (Red+Green+Blue) = 221+155+143=519 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.58% from 519); Green value is 155 (60.94% from 255 or 29.87% from 519); Blue value is 143 (56.25% from 255 or 27.55% from 519); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9B8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9B8F is #226470. Grayscale: #ADADAD. Windows color (decimal): -2253937 or 9411549. OLE color: 9411549.

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

Color convert

RGB 221 155 143 -
CMYK 0 0.30 0.35 0.13
HSL 9.23º 0.53% 0.71% -
HSV(B) 9.23º 0.35% 0.87% -
XYZ 46.5 40.8 31.41 -
YUV 173.37 110.87 161.98 -
System Red Green Blue C M Y K H S L
Decimal 221 155 143 0 0.30 0.35 0.13 9.23 0.53 0.71
Hex DD 9B 8F 0 1E 23 D 9 35 47
Octal 335 233 217 0 36 43 15 11 65 107
Binary 11011101 10011011 10001111 0 11110 100011 1101 1001 110101 1000111

Color Harmonies of #DD9B8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9B8F

Black with #DD9B8F

Text Example


Text Example

White with #DD9B8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9B8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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