Html Css Color HEX #DD9291 Petite Orchid

📋 copy color: '#DD9291'

red 221 ◦ green 146 ◦ blue 145

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

Shades of Petite Orchid #DD9291

Tints of Petite Orchid #DD9291

RGB

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

 GREEN value IS 146 (57.42% from 255) = 28.52%

 BLUE value IS 145 (57.03% from 255) = 28.32%

R = 43.16%
G = 28.52%
B = 28.32%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.34

 K value IS 0.13

RGB Variations

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

Color information

#DD9291 (or 0xDD9291) is known color: Petite Orchid. HEX triplet: DD, 92 and 91. RGB value is (221,146,145). Sum of RGB (Red+Green+Blue) = 221+146+145=512 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.16% from 512); Green value is 146 (57.42% from 255 or 28.52% from 512); Blue value is 145 (57.03% from 255 or 28.32% from 512); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9291 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9291 is #226D6E. Grayscale: #A8A8A8. Windows color (decimal): -2256239 or 9540317. OLE color: 9540317.

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

Color convert

RGB 221 146 145 -
CMYK 0 0.34 0.34 0.13
HSL 0.79º 0.53% 0.72% -
HSV(B) 0.79º 0.34% 0.87% -
XYZ 45.21 37.97 31.74 -
YUV 168.31 114.85 165.58 -
System Red Green Blue C M Y K H S L
Decimal 221 146 145 0 0.34 0.34 0.13 0.79 0.53 0.72
Hex DD 92 91 0 22 22 D 1 35 48
Octal 335 222 221 0 42 42 15 1 65 110
Binary 11011101 10010010 10010001 0 100010 100010 1101 1 110101 1001000

Color Harmonies of #DD9291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9291

Black with #DD9291

Text Example


Text Example

White with #DD9291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9291; }

 p { color: rgb(221,146,145); }

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

background-color css

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

 a { background-color: rgb(221,146,145); }

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

border-color css

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

 span { border-color: rgb(221,146,145); }

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