Html Css Color HEX #DD9796 Petite Orchid

📋 copy color: '#DD9796'

red 221 ◦ green 151 ◦ blue 150

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

Shades of Petite Orchid #DD9796

Tints of Petite Orchid #DD9796

RGB

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

 GREEN value IS 151 (59.38% from 255) = 28.93%

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

R = 42.34%
G = 28.93%
B = 28.74%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.32

 K value IS 0.13

RGB Variations

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

Color information

#DD9796 (or 0xDD9796) is known color: Petite Orchid. HEX triplet: DD, 97 and 96. RGB value is (221,151,150). Sum of RGB (Red+Green+Blue) = 221+151+150=522 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.34% from 522); Green value is 151 (59.38% from 255 or 28.93% from 522); Blue value is 150 (58.98% from 255 or 28.74% from 522); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9796 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9796 is #226869. Grayscale: #ABABAB. Windows color (decimal): -2254954 or 9869277. OLE color: 9869277.

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

Color convert

RGB 221 151 150 -
CMYK 0 0.32 0.32 0.13
HSL 0.85º 0.51% 0.73% -
HSV(B) 0.85º 0.32% 0.87% -
XYZ 46.39 39.71 34.07 -
YUV 171.82 115.69 163.08 -
System Red Green Blue C M Y K H S L
Decimal 221 151 150 0 0.32 0.32 0.13 0.85 0.51 0.73
Hex DD 97 96 0 20 20 D 1 33 49
Octal 335 227 226 0 40 40 15 1 63 111
Binary 11011101 10010111 10010110 0 100000 100000 1101 1 110011 1001001

Color Harmonies of #DD9796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9796

Black with #DD9796

Text Example


Text Example

White with #DD9796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9796; }

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

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

background-color css

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

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

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

border-color css

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

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

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