Html Css Color HEX #DD9292 Petite Orchid

📋 copy color: '#DD9292'

red 221 ◦ green 146 ◦ blue 146

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

Shades of Petite Orchid #DD9292

Tints of Petite Orchid #DD9292

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 28.46%

R = 43.08%
G = 28.46%
B = 28.46%

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

#DD9292 (or 0xDD9292) is known color: Petite Orchid. HEX triplet: DD, 92 and 92. RGB value is (221,146,146). Sum of RGB (Red+Green+Blue) = 221+146+146=513 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.08% from 513); Green value is 146 (57.42% from 255 or 28.46% from 513); Blue value is 146 (57.42% from 255 or 28.46% from 513); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9292 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9292 is #226D6D. Grayscale: #A8A8A8. Windows color (decimal): -2256238 or 9605853. OLE color: 9605853.

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

Color convert

RGB 221 146 146 -
CMYK 0 0.34 0.34 0.13
HSL 0.52% 0.72% -
HSV(B) 0.34% 0.87% -
XYZ 45.29 38.01 32.14 -
YUV 168.43 115.35 165.5 -
System Red Green Blue C M Y K H S L
Decimal 221 146 146 0 0.34 0.34 0.13 0 0.52 0.72
Hex DD 92 92 0 22 22 D 0 34 48
Octal 335 222 222 0 42 42 15 0 64 110
Binary 11011101 10010010 10010010 0 100010 100010 1101 0 110100 1001000

Color Harmonies of #DD9292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9292

Black with #DD9292

Text Example


Text Example

White with #DD9292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9292; }

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

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

background-color css

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

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

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

border-color css

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

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

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