Html Css Color HEX #DD9E96 Petite Orchid

📋 copy color: '#DD9E96'

red 221 ◦ green 158 ◦ blue 150

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

Shades of Petite Orchid #DD9E96

Tints of Petite Orchid #DD9E96

RGB

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

 GREEN value IS 158 (62.11% from 255) = 29.87%

 BLUE value IS 150 (58.98% from 255) = 28.36%

R = 41.78%
G = 29.87%
B = 28.36%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.32

 K value IS 0.13

RGB Variations

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

Color information

#DD9E96 (or 0xDD9E96) is known color: Petite Orchid. HEX triplet: DD, 9E and 96. RGB value is (221,158,150). Sum of RGB (Red+Green+Blue) = 221+158+150=529 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.78% from 529); Green value is 158 (62.11% from 255 or 29.87% from 529); Blue value is 150 (58.98% from 255 or 28.36% from 529); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9E96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9E96 is #226169. Grayscale: #B0B0B0. Windows color (decimal): -2253162 or 9871069. OLE color: 9871069.

HSL color Cylindrical-coordinate representation of color #DD9E96: hue angle of 6.76º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DD9E96 is Cyan = 0, Magento = 0.29, Yellow = 0.32 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 158 150 -
CMYK 0 0.29 0.32 0.13
HSL 6.76º 0.51% 0.73% -
HSV(B) 6.76º 0.32% 0.87% -
XYZ 47.55 42.03 34.46 -
YUV 175.93 113.37 160.15 -
System Red Green Blue C M Y K H S L
Decimal 221 158 150 0 0.29 0.32 0.13 6.76 0.51 0.73
Hex DD 9E 96 0 1D 20 D 7 33 49
Octal 335 236 226 0 35 40 15 7 63 111
Binary 11011101 10011110 10010110 0 11101 100000 1101 111 110011 1001001

Color Harmonies of #DD9E96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9E96

Black with #DD9E96

Text Example


Text Example

White with #DD9E96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9E96; }

 p { color: rgb(221,158,150); }

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

background-color css

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

 a { background-color: rgb(221,158,150); }

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

border-color css

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

 span { border-color: rgb(221,158,150); }

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