Html Css Color HEX #DD9794 Petite Orchid

📋 copy color: '#DD9794'

red 221 ◦ green 151 ◦ blue 148

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

Shades of Petite Orchid #DD9794

Tints of Petite Orchid #DD9794

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 28.46%

R = 42.5%
G = 29.04%
B = 28.46%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#DD9794 (or 0xDD9794) is known color: Petite Orchid. HEX triplet: DD, 97 and 94. RGB value is (221,151,148). Sum of RGB (Red+Green+Blue) = 221+151+148=520 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.5% from 520); Green value is 151 (59.38% from 255 or 29.04% from 520); Blue value is 148 (58.20% from 255 or 28.46% from 520); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9794 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9794 is #22686B. Grayscale: #ABABAB. Windows color (decimal): -2254956 or 9738205. OLE color: 9738205.

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

Color convert

RGB 221 151 148 -
CMYK 0 0.32 0.33 0.13
HSL 2.47º 0.52% 0.72% -
HSV(B) 2.47º 0.33% 0.87% -
XYZ 46.23 39.64 33.23 -
YUV 171.59 114.69 163.24 -
System Red Green Blue C M Y K H S L
Decimal 221 151 148 0 0.32 0.33 0.13 2.47 0.52 0.72
Hex DD 97 94 0 20 21 D 2 34 48
Octal 335 227 224 0 40 41 15 2 64 110
Binary 11011101 10010111 10010100 0 100000 100001 1101 10 110100 1001000

Color Harmonies of #DD9794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9794

Black with #DD9794

Text Example


Text Example

White with #DD9794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9794; }

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

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

background-color css

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

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

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

border-color css

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

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

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