Html Css Color HEX #DD8F88 Petite Orchid

📋 copy color: '#DD8F88'

red 221 ◦ green 143 ◦ blue 136

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

Shades of Petite Orchid #DD8F88

Tints of Petite Orchid #DD8F88

RGB

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

 GREEN value IS 143 (56.25% from 255) = 28.6%

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

R = 44.2%
G = 28.6%
B = 27.2%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#DD8F88 (or 0xDD8F88) is known color: Petite Orchid. HEX triplet: DD, 8F and 88. RGB value is (221,143,136). Sum of RGB (Red+Green+Blue) = 221+143+136=500 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.2% from 500); Green value is 143 (56.25% from 255 or 28.6% from 500); Blue value is 136 (53.52% from 255 or 27.2% from 500); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8F88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD8F88 is #227077. Grayscale: #A5A5A5. Windows color (decimal): -2257016 or 8949725. OLE color: 8949725.

HSL color Cylindrical-coordinate representation of color #DD8F88: hue angle of 4.94º 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 #DD8F88 is Cyan = 0, Magento = 0.35, Yellow = 0.38 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 143 136 -
CMYK 0 0.35 0.38 0.13
HSL 4.94º 0.56% 0.7% -
HSV(B) 4.94º 0.38% 0.87% -
XYZ 44.09 36.79 28.07 -
YUV 165.52 111.34 167.57 -
System Red Green Blue C M Y K H S L
Decimal 221 143 136 0 0.35 0.38 0.13 4.94 0.56 0.7
Hex DD 8F 88 0 23 26 D 5 38 46
Octal 335 217 210 0 43 46 15 5 70 106
Binary 11011101 10001111 10001000 0 100011 100110 1101 101 111000 1000110

Color Harmonies of #DD8F88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8F88

Black with #DD8F88

Text Example


Text Example

White with #DD8F88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8F88; }

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

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

background-color css

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

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

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

border-color css

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

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

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