Html Css Color HEX #DD8F8D Petite Orchid

📋 copy color: '#DD8F8D'

red 221 ◦ green 143 ◦ blue 141

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

Shades of Petite Orchid #DD8F8D

Tints of Petite Orchid #DD8F8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 27.92%

R = 43.76%
G = 28.32%
B = 27.92%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.36

 K value IS 0.13

RGB Variations

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

Color information

#DD8F8D (or 0xDD8F8D) is known color: Petite Orchid. HEX triplet: DD, 8F and 8D. RGB value is (221,143,141). Sum of RGB (Red+Green+Blue) = 221+143+141=505 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.76% from 505); Green value is 143 (56.25% from 255 or 28.32% from 505); Blue value is 141 (55.47% from 255 or 27.92% from 505); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8F8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD8F8D is #227072. Grayscale: #A6A6A6. Windows color (decimal): -2257011 or 9277405. OLE color: 9277405.

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

Color convert

RGB 221 143 141 -
CMYK 0 0.35 0.36 0.13
HSL 1.5º 0.54% 0.71% -
HSV(B) 1.5º 0.36% 0.87% -
XYZ 44.45 36.94 29.99 -
YUV 166.09 113.84 167.16 -
System Red Green Blue C M Y K H S L
Decimal 221 143 141 0 0.35 0.36 0.13 1.5 0.54 0.71
Hex DD 8F 8D 0 23 24 D 2 36 47
Octal 335 217 215 0 43 44 15 2 66 107
Binary 11011101 10001111 10001101 0 100011 100100 1101 10 110110 1000111

Color Harmonies of #DD8F8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8F8D

Black with #DD8F8D

Text Example


Text Example

White with #DD8F8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8F8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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