Html Css Color HEX #DD958C Petite Orchid

📋 copy color: '#DD958C'

red 221 ◦ green 149 ◦ blue 140

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

Shades of Petite Orchid #DD958C

Tints of Petite Orchid #DD958C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 27.45%

R = 43.33%
G = 29.22%
B = 27.45%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.37

 K value IS 0.13

RGB Variations

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

Color information

#DD958C (or 0xDD958C) is known color: Petite Orchid. HEX triplet: DD, 95 and 8C. RGB value is (221,149,140). Sum of RGB (Red+Green+Blue) = 221+149+140=510 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.33% from 510); Green value is 149 (58.59% from 255 or 29.22% from 510); Blue value is 140 (55.08% from 255 or 27.45% from 510); Max value from RGB is 221 - color contains mainly: red. Hex color #DD958C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD958C is #226A73. Grayscale: #A9A9A9. Windows color (decimal): -2255476 or 9213405. OLE color: 9213405.

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

Color convert

RGB 221 149 140 -
CMYK 0 0.33 0.37 0.13
HSL 6.67º 0.54% 0.71% -
HSV(B) 6.67º 0.37% 0.87% -
XYZ 45.3 38.76 29.9 -
YUV 169.5 111.35 164.73 -
System Red Green Blue C M Y K H S L
Decimal 221 149 140 0 0.33 0.37 0.13 6.67 0.54 0.71
Hex DD 95 8C 0 21 25 D 7 36 47
Octal 335 225 214 0 41 45 15 7 66 107
Binary 11011101 10010101 10001100 0 100001 100101 1101 111 110110 1000111

Color Harmonies of #DD958C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD958C

Black with #DD958C

Text Example


Text Example

White with #DD958C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD958C; }

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

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

background-color css

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

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

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

border-color css

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

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

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