Html Css Color HEX #DD958E Petite Orchid

📋 copy color: '#DD958E'

red 221 ◦ green 149 ◦ blue 142

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

Shades of Petite Orchid #DD958E

Tints of Petite Orchid #DD958E

RGB

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

 GREEN value IS 149 (58.59% from 255) = 29.1%

 BLUE value IS 142 (55.86% from 255) = 27.73%

R = 43.16%
G = 29.1%
B = 27.73%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.36

 K value IS 0.13

RGB Variations

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

Color information

#DD958E (or 0xDD958E) is known color: Petite Orchid. HEX triplet: DD, 95 and 8E. RGB value is (221,149,142). Sum of RGB (Red+Green+Blue) = 221+149+142=512 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.16% from 512); Green value is 149 (58.59% from 255 or 29.10% from 512); Blue value is 142 (55.86% from 255 or 27.73% from 512); Max value from RGB is 221 - color contains mainly: red. Hex color #DD958E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD958E is #226A71. Grayscale: #A9A9A9. Windows color (decimal): -2255474 or 9344477. OLE color: 9344477.

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

Color convert

RGB 221 149 142 -
CMYK 0 0.33 0.36 0.13
HSL 5.32º 0.54% 0.71% -
HSV(B) 5.32º 0.36% 0.87% -
XYZ 45.45 38.82 30.69 -
YUV 169.73 112.35 164.57 -
System Red Green Blue C M Y K H S L
Decimal 221 149 142 0 0.33 0.36 0.13 5.32 0.54 0.71
Hex DD 95 8E 0 21 24 D 5 36 47
Octal 335 225 216 0 41 44 15 5 66 107
Binary 11011101 10010101 10001110 0 100001 100100 1101 101 110110 1000111

Color Harmonies of #DD958E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD958E

Black with #DD958E

Text Example


Text Example

White with #DD958E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD958E; }

 p { color: rgb(221,149,142); }

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

background-color css

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

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

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

border-color css

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

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

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