Html Css Color HEX #DD9999 Petite Orchid

📋 copy color: '#DD9999'

red 221 ◦ green 153 ◦ blue 153

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

Shades of Petite Orchid #DD9999

Tints of Petite Orchid #DD9999

RGB

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

 GREEN value IS 153 (60.16% from 255) = 29.03%

 BLUE value IS 153 (60.16% from 255) = 29.03%

R = 41.94%
G = 29.03%
B = 29.03%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.31

 K value IS 0.13

RGB Variations

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

Color information

#DD9999 (or 0xDD9999) is known color: Petite Orchid. HEX triplet: DD, 99 and 99. RGB value is (221,153,153). Sum of RGB (Red+Green+Blue) = 221+153+153=527 (69% of max value = 765). Red value is 221 (86.72% from 255 or 41.94% from 527); Green value is 153 (60.16% from 255 or 29.03% from 527); Blue value is 153 (60.16% from 255 or 29.03% from 527); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9999 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9999 is #226666. Grayscale: #ADADAD. Windows color (decimal): -2254439 or 10066397. OLE color: 10066397.

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

Color convert

RGB 221 153 153 -
CMYK 0 0.31 0.31 0.13
HSL 0.5% 0.73% -
HSV(B) 0.31% 0.87% -
XYZ 46.96 40.45 35.47 -
YUV 173.33 116.53 162 -
System Red Green Blue C M Y K H S L
Decimal 221 153 153 0 0.31 0.31 0.13 0 0.5 0.73
Hex DD 99 99 0 1F 1F D 0 32 49
Octal 335 231 231 0 37 37 15 0 62 111
Binary 11011101 10011001 10011001 0 11111 11111 1101 0 110010 1001001

Color Harmonies of #DD9999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9999

Black with #DD9999

Text Example


Text Example

White with #DD9999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9999; }

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

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

background-color css

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

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

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

border-color css

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

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

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