Html Css Color HEX #DD9494 Petite Orchid

📋 copy color: '#DD9494'

red 221 ◦ green 148 ◦ blue 148

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

Shades of Petite Orchid #DD9494

Tints of Petite Orchid #DD9494

RGB

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

 GREEN value IS 148 (58.2% from 255) = 28.63%

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

R = 42.75%
G = 28.63%
B = 28.63%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#DD9494 (or 0xDD9494) is known color: Petite Orchid. HEX triplet: DD, 94 and 94. RGB value is (221,148,148). Sum of RGB (Red+Green+Blue) = 221+148+148=517 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.75% from 517); Green value is 148 (58.20% from 255 or 28.63% from 517); Blue value is 148 (58.20% from 255 or 28.63% from 517); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9494 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9494 is #226B6B. Grayscale: #A9A9A9. Windows color (decimal): -2255724 or 9737437. OLE color: 9737437.

HSL color Cylindrical-coordinate representation of color #DD9494: 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.33%. Process color model (Four color, CMYK) of #DD9494 is Cyan = 0, Magento = 0.33, Yellow = 0.33 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 148 148 -
CMYK 0 0.33 0.33 0.13
HSL 0.52% 0.72% -
HSV(B) 0.33% 0.87% -
XYZ 45.75 38.69 33.07 -
YUV 169.83 115.68 164.5 -
System Red Green Blue C M Y K H S L
Decimal 221 148 148 0 0.33 0.33 0.13 0 0.52 0.72
Hex DD 94 94 0 21 21 D 0 34 48
Octal 335 224 224 0 41 41 15 0 64 110
Binary 11011101 10010100 10010100 0 100001 100001 1101 0 110100 1001000

Color Harmonies of #DD9494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9494

Black with #DD9494

Text Example


Text Example

White with #DD9494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9494; }

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

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

background-color css

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

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

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

border-color css

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

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

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