Html Css Color HEX #DD9488 Petite Orchid

📋 copy color: '#DD9488'

red 221 ◦ green 148 ◦ blue 136

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

Shades of Petite Orchid #DD9488

Tints of Petite Orchid #DD9488

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 26.93%

R = 43.76%
G = 29.31%
B = 26.93%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#DD9488 (or 0xDD9488) is known color: Petite Orchid. HEX triplet: DD, 94 and 88. RGB value is (221,148,136). Sum of RGB (Red+Green+Blue) = 221+148+136=505 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.76% from 505); Green value is 148 (58.20% from 255 or 29.31% from 505); Blue value is 136 (53.52% from 255 or 26.93% from 505); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9488 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9488 is #226B77. Grayscale: #A8A8A8. Windows color (decimal): -2255736 or 8951005. OLE color: 8951005.

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

Color convert

RGB 221 148 136 -
CMYK 0 0.33 0.38 0.13
HSL 8.47º 0.56% 0.7% -
HSV(B) 8.47º 0.38% 0.87% -
XYZ 44.85 38.33 28.33 -
YUV 168.46 109.68 165.48 -
System Red Green Blue C M Y K H S L
Decimal 221 148 136 0 0.33 0.38 0.13 8.47 0.56 0.7
Hex DD 94 88 0 21 26 D 8 38 46
Octal 335 224 210 0 41 46 15 10 70 106
Binary 11011101 10010100 10001000 0 100001 100110 1101 1000 111000 1000110

Color Harmonies of #DD9488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9488

Black with #DD9488

Text Example


Text Example

White with #DD9488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9488; }

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

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

background-color css

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

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

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

border-color css

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

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

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