Html Css Color HEX #DD9897 Petite Orchid

📋 copy color: '#DD9897'

red 221 ◦ green 152 ◦ blue 151

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

Shades of Petite Orchid #DD9897

Tints of Petite Orchid #DD9897

RGB

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

 GREEN value IS 152 (59.77% from 255) = 29.01%

 BLUE value IS 151 (59.38% from 255) = 28.82%

R = 42.18%
G = 29.01%
B = 28.82%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.32

 K value IS 0.13

RGB Variations

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

Color information

#DD9897 (or 0xDD9897) is known color: Petite Orchid. HEX triplet: DD, 98 and 97. RGB value is (221,152,151). Sum of RGB (Red+Green+Blue) = 221+152+151=524 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.18% from 524); Green value is 152 (59.77% from 255 or 29.01% from 524); Blue value is 151 (59.38% from 255 or 28.82% from 524); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9897 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9897 is #226768. Grayscale: #ACACAC. Windows color (decimal): -2254697 or 9935069. OLE color: 9935069.

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

Color convert

RGB 221 152 151 -
CMYK 0 0.31 0.32 0.13
HSL 0.86º 0.51% 0.73% -
HSV(B) 0.86º 0.32% 0.87% -
XYZ 46.63 40.06 34.55 -
YUV 172.52 115.86 162.58 -
System Red Green Blue C M Y K H S L
Decimal 221 152 151 0 0.31 0.32 0.13 0.86 0.51 0.73
Hex DD 98 97 0 1F 20 D 1 33 49
Octal 335 230 227 0 37 40 15 1 63 111
Binary 11011101 10011000 10010111 0 11111 100000 1101 1 110011 1001001

Color Harmonies of #DD9897

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9897

Black with #DD9897

Text Example


Text Example

White with #DD9897

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9897; }

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

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

background-color css

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

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

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

border-color css

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

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

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